> 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/access-what-data-object-item.md).

# AccessWhatDataObjectItem

Represents the data object item in the WHAT list of an access control.

```graphql
type AccessWhatDataObjectItem {
  dataObject: DataObject
  expiresAt: Time
  globalPermissions: [String]
  permissions: [String]
}
```

### Fields

#### dataObject ● [`DataObject`](/api/graphql/data-access/object-types/data-object.md) object <a href="#data-object" id="data-object"></a>

The data object that the access is provided on (granted, masked or filtered).

#### expiresAt ● [`Time`](/api/graphql/data-access/scalars/time.md) scalar <a href="#expires-at" id="expires-at"></a>

The optional expiration time for this WHAT item. This is only used for Direct Access grants.

#### globalPermissions ● [`[String]`](/api/graphql/data-access/scalars/string.md) list scalar <a href="#global-permissions" id="global-permissions"></a>

The global permissions that are granted on this data object in the access control.

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

The permissions that are granted on this data object in the access control.

### Member Of

[`AccessWhatDataObjectItemEdge`](/api/graphql/data-access/object-types/access-what-data-object-item-edge.md) object
