Skip to content

DoCurious API Reference / types / AdminRoleAssignment

Interface: AdminRoleAssignment

Defined in: types/admin.types.ts:25

Admin role assignment

Extends

Properties

createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


displayName?

optional displayName: string

Defined in: types/admin.types.ts:30


email?

optional email: string

Defined in: types/admin.types.ts:31


grantedAt

grantedAt: string

Defined in: types/admin.types.ts:29


grantedBy

grantedBy: string

Defined in: types/admin.types.ts:28


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


role

role: AdminRole

Defined in: types/admin.types.ts:27


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

Defined in: types/admin.types.ts:26

DoCurious Platform Documentation