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

    Type Alias RoleResult

    Role search response item.

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

    Properties

    description?: string

    The description of the role.

    name?: string

    The role name.

    roleId?: string

    The role id.