API ClientsTypeScript SDKAPI ReferenceCoreType AliasesAuthorizationSearchQuerySortRequestVersion: 8.10 (unreleased)On this pageType Alias: AuthorizationSearchQuerySortRequest type AuthorizationSearchQuerySortRequest = object; Properties field field: | "ownerId" | "ownerType" | "resourceId" | "resourcePropertyName" | "resourceType"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?