> 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/permission.md).

# Permission

Represents a permission set on a data object.

```graphql
type Permission {
  description: String!
  name: String!
}
```

### Fields

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

The description of that permission.

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

The permission set on the data object.

### Member Of

[`DataObject`](/api/graphql/data-access/object-types/data-object.md) object
