# Objects / Role

# Role

**Object**
## Role

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the role |
| name | *String* | The name of the role |
| permissions | [[Permission]](/documentation/Objects/Permission#Permission) | The permissions this role has |
| managedId | [ManagedRoleIdEnum](/documentation/Enums/Managed-Role-Id-Enum#ManagedRoleIdEnum) | The ID of which default role this represents, if a value exists, these roles aren't editable |
| revisions | [RoleRevisionConnection](#RoleRevisionConnection) | The revisions for the role |

## RoleRevisionConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [Revision](/documentation/Objects/Revision#Revision)

### Sortable Fields
*Fields from [Revision](/documentation/Objects/Revision#Revision) that can be used to sort the connection items*

- timestamp