> 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-exception-input.md).

# AccessRequestExceptionInput

Wraps a Mask or FilterRule AccessControl to be applied as an exception to the parent role in an AR with variations.

```graphql
input AccessRequestExceptionInput {
  accessControl: ID!
}
```

### Fields

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

The Mask or FilterRule AccessControl to apply as an exception to the parent role.

### Member Of

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