> 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/object-types/role.md).

# Role

Represents a role.

```graphql
type Role {
  id: ID!
  name: String!
}
```

### Fields

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

#### name ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#name" id="name"></a>

### Returned By

`role` query

### Member Of

[`RoleAssignment`](/api/graphql/data-access/object-types/role-assignment.md) object

### Implemented By

[`RoleResult`](/api/graphql/data-access/unions/role-result.md) union
