RoleSortableFields
Available fields for sorting role search results.
Specifies which role properties can be used as sort criteria when retrieving roles through search operations.
enum RoleSortableFields {
USER_ID
CREATED_AT
LAST_MODIFIED_AT
}
Values
RoleSortableFields.USER_ID
Sort roles by the identifier of the user assigned to the role.
Useful for grouping roles by user or finding roles for specific users in sorted order.
RoleSortableFields.CREATED_AT
Sort roles by their creation timestamp.
Allows chronological ordering of roles, showing newest or oldest roles first based on when they were initially created.
RoleSortableFields.LAST_MODIFIED_AT
Sort roles by their last modification timestamp.
Useful for identifying recently updated roles or tracking role changes over time.
Member Of
RoleSortInput
input