> 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/enumerations/entity-type.md).

# EntityType

All different types of entities in the system

```graphql
enum EntityType {
  Access
  AccessControl
  AccessRequest
  Account
  DataObject
  DataShareRecipient
  DataSource
  DataUsage
  Role
  RoleAssignment
  Tag
  User
}
```

### Values

#### Access <a href="#access" id="access"></a>

#### AccessControl <a href="#access-control" id="access-control"></a>

#### AccessRequest <a href="#access-request" id="access-request"></a>

#### Account <a href="#account" id="account"></a>

#### DataObject <a href="#data-object" id="data-object"></a>

#### DataShareRecipient <a href="#data-share-recipient" id="data-share-recipient"></a>

#### DataSource <a href="#data-source" id="data-source"></a>

#### DataUsage <a href="#data-usage" id="data-usage"></a>

#### Role <a href="#role" id="role"></a>

#### RoleAssignment <a href="#role-assignment" id="role-assignment"></a>

#### Tag <a href="#tag" id="tag"></a>

#### User <a href="#user" id="user"></a>

### Member Of

[`AccessControlWhoListFilter`](/api/graphql/data-access/input-types/access-control-who-list-filter.md) input ● [`Comment`](/api/graphql/data-access/object-types/comment.md) object ● [`CommentInput`](/api/graphql/data-access/input-types/comment-input.md) input ● [`Issue`](/api/graphql/data-access/object-types/issue.md) object ● [`IssueFilterInput`](/api/graphql/data-access/input-types/issue-filter-input.md) input ● [`IssueOtherEntity`](/api/graphql/data-access/object-types/issue-other-entity.md) object
