> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/role-assignment-order-input.md).

# RoleAssignmentOrderInput

Sorting options for list role assignments.

```graphql
input RoleAssignmentOrderInput {
  resourceName: Sort
  roleName: Sort
  userName: Sort
}
```

### Fields

#### resourceName ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#resource-name" id="resource-name"></a>

#### roleName ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#role-name" id="role-name"></a>

#### userName ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#user-name" id="user-name"></a>

### Member Of

[`roleAssignments`](/api/graphql/data-access/queries/role-assignments.md) query
