# PermissionResource

An interface that represents a Permission in an Organization.

| Name      | Type               | Description                                    |
| --------- | ------------------ | ---------------------------------------------- |
| id        | string             | The unique identifier of the Permission.       |
| key       | string             | The unique key of the Permission.              |
| name      | string             | The name of the Permission.                    |
| type      | 'system' | 'user' | The type of the Permission.                    |
| createdAt | Date               | The date when the Permission was created.      |
| updatedAt | Date               | The date when the Permission was last updated. |

---

## Sitemap

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