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

    Type Alias AuthorizationSearchQuerySortRequest

    type AuthorizationSearchQuerySortRequest = {
        field:
            | "ownerId"
            | "ownerType"
            | "resourceId"
            | "resourcePropertyName"
            | "resourceType";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "ownerId"
        | "ownerType"
        | "resourceId"
        | "resourcePropertyName"
        | "resourceType"

    The field to sort by.