Type Alias: RoleCreateResult
type RoleCreateResult = object;
Defined in: gen/types.gen.ts:6205
Properties
description?
optional description: string;
Defined in: gen/types.gen.ts:6217
The description of the created role.
name?
optional name: string;
Defined in: gen/types.gen.ts:6213
The display name of the created role.
roleId?
optional roleId: string;
Defined in: gen/types.gen.ts:6209
The ID of the created role.