Skip to main content

Interface: RoleDefinition

Defined in: type/RoleDefinition.ts:7

Object class for RoleDefinition

Properties

createdAt

createdAt: string

Defined in: type/RoleDefinition.ts:17

Creation date


createdBy?

optional createdBy?: number

Defined in: type/RoleDefinition.ts:21

createdBy field


defaultAccess

defaultAccess: NONE

Defined in: type/RoleDefinition.ts:15

The default access for the role definition


descriptions

descriptions: LocalizedString[]

Defined in: type/RoleDefinition.ts:13

The descriptions of the role definition


id

id: string | number

Defined in: type/RoleDefinition.ts:9

The unique identifier of the role definition


lastModifiedAt

lastModifiedAt: string

Defined in: type/RoleDefinition.ts:19

Last modified date


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/RoleDefinition.ts:23

lastModifiedBy field


name

name: string

Defined in: type/RoleDefinition.ts:11

The domain name of the role definition


roles

roles: Role[]

Defined in: type/RoleDefinition.ts:25

roles field