Skip to main content
Version: 8.9

Type Alias: RoleCreateRequest

type RoleCreateRequest = object;

Properties

description?

optional description?: string;

The description of the new role.


name

name: string;

The display name of the new role.


roleId

roleId: string;

The ID of the new role.