# RoleResource

An interface that represents a Role in an Organization.

| Name        | Type                  | Description                              |
| ----------- | --------------------- | ---------------------------------------- |
| id          | string                | The unique identifier of the Role.       |
| key         | string                | The unique key of the Role.              |
| name        | string                | The name of the Role.                    |
| description | string                | The description of the Role.             |
| permissions | PermissionResource[] | The Permissions of the Role.             |
| createdAt   | Date                  | The date when the Role was created.      |
| updatedAt   | Date                  | The date when the Role was last updated. |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
