# Objects / Permission

# Permission

**Object**
## Permission

| Fields | Type | Description |
| --- | --- | --- |
| id Deprecated | *Int!* | The ID of the permissions We no longer use ID's to identify permissions, instead directly refer to the `safeName` field |
| name | *String* | The name of the permissions (to display) |
| safeName | *String* | The name of the permission (safe to use in URLs and set for field names) |
| section | *String* | The section the permission belongs to |