Interface RolesApiListRolesRequest

Hierarchy

  • RolesApiListRolesRequest

Properties

filter?: string

Filter all roles by the given string.

filterId?: string

Filter all roles by the given list of role IDs.

pageNumber?: number

Specific page number to return.

pageSize?: number

Size for a given page. The maximum allowed value is 100.

sort?: RolesSort

Sort roles depending on the given field. Sort order is ascending by default. Sort order is descending if the field is prefixed by a negative sign, for example: sort=-name.

Generated using TypeDoc