Skip to main content
Version: 8.10 (unreleased)

Type Alias: AuthorizationSearchQuerySortRequest

type AuthorizationSearchQuerySortRequest = object;

Properties

field

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

The field to sort by.


order?

optional order?: SortOrderEnum;