RoleDefinitionSortInput
No description
input RoleDefinitionSortInput {
field: RoleDefinitionSortableFields!
order: SortOrder!
}
Fields
RoleDefinitionSortInput.field ● RoleDefinitionSortableFields! non-null enum
Field to sort role definitions by.
Specifies which role definition property to use for sorting the results. Available fields include name, creation date, and last modification date.
RoleDefinitionSortInput.order ● SortOrder! non-null enum
Sort order direction.
Specifies whether to sort in ascending (ASC) or descending (DESC) order. Defaults to ascending if not specified.