> 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/input-types/access-request-what-input.md).

# AccessRequestWhatInput

Input type for a WHAT item of an access request. Either `dataObject` or `accessControl` must be set.

```graphql
input AccessRequestWhatInput {
  accessControl: AccessRequestAccessControlWhatInput
  dataObject: AccessRequestDataObjectWhatInput
}
```

### Fields

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

The access control you request access to.

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

The data object that you request access to.

### Member Of

[`AccessRequestInput`](/api/graphql/data-access/input-types/access-request-input.md) input
