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

    Type Alias AuthorizationSearchQuerySortRequest

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

    Properties

    Properties

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

    The field to sort by.