RoleDefinitionSearchInput
No description
input RoleDefinitionSearchInput {
offset: Int
page: Int
sortInputs: [RoleDefinitionSortInput!]
}
Fields
RoleDefinitionSearchInput.offset
● Int
scalar
Number of items to return per page.
Controls the maximum number of role definitions returned in a single response. Used in conjunction with page parameter for pagination. Must be a positive integer with minimum value of 1.
RoleDefinitionSearchInput.page
● Int
scalar
Page number for pagination.
Specifies which page of results to return. Page numbering starts at 1. Used with offset parameter to control result pagination. Must be a positive integer with minimum value of 1.
RoleDefinitionSearchInput.sortInputs
● [RoleDefinitionSortInput!]
list input
Sorting criteria for role definition results.
Specify one or more fields to sort the results by, along with the sort order. Multiple sort criteria are applied in the order specified. Array must contain unique sort inputs and cannot be empty if provided.
Member Of
roleDefinitions
query