Skip to content

Interface: OrgRoleRecord

Interface: OrgRoleRecord

Defined in: auth-client/src/core/flows/org.flow.ts:48

Custom org-scoped role (or system role surfaced to the org).

Properties

code

code: string

Defined in: auth-client/src/core/flows/org.flow.ts:50


created_at?

optional created_at?: number

Defined in: auth-client/src/core/flows/org.flow.ts:56


description?

optional description?: string

Defined in: auth-client/src/core/flows/org.flow.ts:52


id

id: string

Defined in: auth-client/src/core/flows/org.flow.ts:49


is_system?

optional is_system?: boolean

Defined in: auth-client/src/core/flows/org.flow.ts:54

True for built-in roles the org can’t edit.


name

name: string

Defined in: auth-client/src/core/flows/org.flow.ts:51


permissions?

optional permissions?: string[]

Defined in: auth-client/src/core/flows/org.flow.ts:55