Type Alias: MappingRuleSearchQuerySortRequest
type MappingRuleSearchQuerySortRequest = object;
Defined in: gen/types.gen.ts:4594
Properties
field
field: "mappingRuleId" | "claimName" | "claimValue" | "name";
Defined in: gen/types.gen.ts:4598
The field to sort by.
order?
optional order: SortOrderEnum;
Defined in: gen/types.gen.ts:4599