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?
optionalcreated_at?:number
Defined in: auth-client/src/core/flows/org.flow.ts:56
description?
optionaldescription?: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?
optionalis_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?
optionalpermissions?:string[]
Defined in: auth-client/src/core/flows/org.flow.ts:55