Skip to main content

RoleDefinitionSortableFields

Available fields for sorting role definition search results.

Specifies which role definition properties can be used as sort criteria when retrieving role definitions through search operations.

enum RoleDefinitionSortableFields {
NAME
CREATED_AT
LAST_MODIFIED_AT
}

Values

RoleDefinitionSortableFields.NAME

Sort role definitions alphabetically by their name.

Useful for organizing role definitions in a predictable order and finding specific definitions by name.

RoleDefinitionSortableFields.CREATED_AT

Sort role definitions by their creation timestamp.

Allows chronological ordering of definitions, showing newest or oldest definitions first based on when they were initially created.

RoleDefinitionSortableFields.LAST_MODIFIED_AT

Sort role definitions by their last modification timestamp.

Useful for identifying recently updated definitions or tracking definition changes over time.

Member Of

RoleDefinitionSortInput input