Type Alias: RoleCreateRequest
type RoleCreateRequest = object;
Defined in: gen/types.gen.ts:6190
Properties
description?
optional description: string;
Defined in: gen/types.gen.ts:6202
The description of the new role.
name
name: string;
Defined in: gen/types.gen.ts:6198
The display name of the new role.
roleId
roleId: string;
Defined in: gen/types.gen.ts:6194
The ID of the new role.