Skip to main content
Version: 8.9 (unreleased)

Type Alias: AuthorizationSearchQuerySortRequest

type AuthorizationSearchQuerySortRequest = object;

Defined in: gen/types.gen.ts:580

Properties

field

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

Defined in: gen/types.gen.ts:584

The field to sort by.


order?

optional order: SortOrderEnum;

Defined in: gen/types.gen.ts:585