> 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-access-control-item.md).

# AccessWhatAccessControlItem

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

```graphql
type AccessWhatAccessControlItem {
  accessControl: AccessControl
  expiresAt: Time
  whoSource: AccessWhoSource!
}
```

### Fields

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

The access control that is part of the WHAT items of this access control.

#### 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.

#### whoSource ● [`AccessWhoSource!`](/api/graphql/data-access/enumerations/access-who-source.md) non-null enum <a href="#who-source" id="who-source"></a>

Identifies how the inverse WHO relationship was provisioned. `Internal` covers regular/manually-managed WHO links.

### Member Of

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