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

# AccessRequestAccessControlWhatInput

Input type for a WHAT item for an access request, in case it is a access control.

```graphql
input AccessRequestAccessControlWhatInput {
  id: String!
}
```

### Fields

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

The ID of the access control.

### Member Of

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