> 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-who-items.md).

# GrantCategoryAllowedWhoItems

Specifies which WHO items are allowed for a grant category.

```graphql
type GrantCategoryAllowedWhoItems {
  categories: [String!]
  group: Boolean!
  inheritance: Boolean!
  self: Boolean!
  user: Boolean!
}
```

### Fields

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

Access controls from the given categories are allowed in the WHO list of the access control.

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

If true, groups are allowed in the WHO list of the access control

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

If true, other access controls from any category are allowed in the WHO list of the access control.

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

If true, other access controls from the same category are allowed in the WHO list of the access control.

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

If true, users are allowed in the WHO list of the access control.

### Member Of

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