Skip to main content

Interface: Role

Defined in: type/Role.ts:6

Object class for Role

Properties

access

access: NONE

Defined in: type/Role.ts:14

The access for this role


createdAt

createdAt: string

Defined in: type/Role.ts:16

Creation date


createdBy?

optional createdBy?: number

Defined in: type/Role.ts:20

createdBy field


id

id: string | number

Defined in: type/Role.ts:8

The unique identifier of the role


lastModifiedAt

lastModifiedAt: string

Defined in: type/Role.ts:18

Last modified date


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/Role.ts:22

lastModifiedBy field


roleDefinition

roleDefinition: RoleDefinition

Defined in: type/Role.ts:10

The role definition for this role


userId

userId: number

Defined in: type/Role.ts:12

The id of the user this role belongs to