Skip to main content
Version: 8.9 (unreleased)

Type Alias: RoleUpdateResult

type RoleUpdateResult = object;

Defined in: gen/types.gen.ts:6231

Properties

description?

optional description: string;

Defined in: gen/types.gen.ts:6239

The description of the updated role.


name?

optional name: string;

Defined in: gen/types.gen.ts:6235

The display name of the updated role.


roleId?

optional roleId: string;

Defined in: gen/types.gen.ts:6243

The ID of the updated role.