@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias RoleCreateRequest

    type RoleCreateRequest = {
        description?: string;
        name: string;
        roleId: string;
    }
    Index

    Properties

    description?: string

    The description of the new role.

    name: string

    The display name of the new role.

    roleId: string

    The ID of the new role.