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

    Type Alias SearchRolesForGroupResponses

    type SearchRolesForGroupResponses = {
        "200": SearchQueryResponse & { items: RoleResult[] };
    }
    Index

    Properties

    Properties

    "200": SearchQueryResponse & { items: RoleResult[] }

    The roles assigned to the group.

    Type Declaration