> 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/knowledge-graph/object-types/read-permission.md).

# ReadPermission

A permission to view a resource.

```graphql
type ReadPermission implements Auditable, Node {
  community: Community
  createdBy: User
  createdOn: DateTime
  domain: Domain
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  system: Boolean!
  user: User
  userGroup: UserGroup
}
```

### Fields

#### community ● [`Community`](/api/graphql/knowledge-graph/object-types/community.md) object <a href="#community" id="community"></a>

The community related to this permission.

#### createdBy ● [`User`](/api/graphql/knowledge-graph/object-types/user.md) object <a href="#created-by" id="created-by"></a>

The user who created this resource.

#### createdOn ● [`DateTime`](/api/graphql/knowledge-graph/scalars/date-time.md) scalar <a href="#created-on" id="created-on"></a>

The creation date of this resource.

#### domain ● [`Domain`](/api/graphql/knowledge-graph/object-types/domain.md) object <a href="#domain" id="domain"></a>

The domain related to this permission.

#### id ● [`UUID!`](/api/graphql/knowledge-graph/scalars/uuid.md) non-null scalar <a href="#id" id="id"></a>

The universally unique identifier of this node.

#### modifiedBy ● [`User`](/api/graphql/knowledge-graph/object-types/user.md) object <a href="#modified-by" id="modified-by"></a>

The user who last modified this resource.

#### modifiedOn ● [`DateTime`](/api/graphql/knowledge-graph/scalars/date-time.md) scalar <a href="#modified-on" id="modified-on"></a>

The last modified date of this resource.

#### system ● [`Boolean!`](/api/graphql/knowledge-graph/scalars/boolean.md) non-null scalar <a href="#system" id="system"></a>

Whether this resource is reserved by the system.

#### user ● [`User`](/api/graphql/knowledge-graph/object-types/user.md) object <a href="#user" id="user"></a>

The user related to this permission. It is empty if the permission is related to a group.

#### userGroup ● [`UserGroup`](/api/graphql/knowledge-graph/object-types/user-group.md) object <a href="#user-group" id="user-group"></a>

The group related to this permission. It is empty if the permission is related to a user.

### Interfaces

#### [`Auditable`](/api/graphql/knowledge-graph/interfaces/auditable.md) interface

An interface implemented by all types holding auditing information.

#### [`Node`](/api/graphql/knowledge-graph/interfaces/node.md) interface

A base interface implemented by all types.

### Member Of

[`Community`](/api/graphql/knowledge-graph/object-types/community.md) object ● [`Domain`](/api/graphql/knowledge-graph/object-types/domain.md) object ● [`Organization`](/api/graphql/knowledge-graph/interfaces/organization.md) interface
