> 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/grant-category-allowed-what-items.md).

# GrantCategoryAllowedWhatItems

Specifies which WHAT items are allowed for a grant category.

```graphql
type GrantCategoryAllowedWhatItems {
  dataObject: Boolean!
}
```

### Fields

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

If true, data objects are allowed in the WHAT list of the access control.

### Member Of

[`GrantCategory`](/api/graphql/data-access/object-types/grant-category.md) object
