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

    Type Alias RoleResult

    Role search response item.

    type RoleResult = {
        description: string | null;
        name: string;
        roleId: string;
    }
    Index

    Properties

    description: string | null

    The description of the role.

    name: string

    The role name.

    roleId: string

    The role id.