> 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/enumerations/access-who-item-type.md).

# AccessWhoItemType

The possible values for the type of a WHO item.

```graphql
enum AccessWhoItemType {
  WhoGrant
  WhoPromise
}
```

### Values

#### WhoGrant <a href="#who-grant" id="who-grant"></a>

Access is immediately granted.

#### WhoPromise <a href="#who-promise" id="who-promise"></a>

Access will automatically be granted if an access requests is created for this user or group.

### Member Of

`AccessControlWhatAccessControlAuditLog` object ● `AccessControlWhoAuditLog` object ● [`AccessControlWhoListFilter`](/api/graphql/data-access/input-types/access-control-who-list-filter.md) input ● [`AccessWhoItem`](/api/graphql/data-access/object-types/access-who-item.md) object ● `AuditWhoAbacRule` object ● [`removeWhoFromAccessControl`](/api/graphql/data-access/mutations/remove-who-from-access-control.md) mutation ● [`WhoAbacRule`](/api/graphql/data-access/object-types/who-abac-rule.md) object ● [`WhoAbacRuleInput`](/api/graphql/data-access/input-types/who-abac-rule-input.md) input ● [`WhoItemInput`](/api/graphql/data-access/input-types/who-item-input.md) input ● [`WhoItemRemoveInput`](/api/graphql/data-access/input-types/who-item-remove-input.md) input
