> 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-control-state.md).

# AccessControlState

The possible states an access control can be in.

```graphql
enum AccessControlState {
  Active
  Deleted
  Inactive
}
```

### Values

#### Active <a href="#active" id="active"></a>

This access control is active and so will be synced to or from the underlying system.

#### Deleted <a href="#deleted" id="deleted"></a>

This access control is deleted and, once synced to the underlying system, it will be automatically deleted with a 48 hour delay.

#### Inactive <a href="#inactive" id="inactive"></a>

This access control is not active and so will not be synced to the underlying system (removed if it was synced before).

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object ● [`AccessControlFilterInput`](/api/graphql/data-access/input-types/access-control-filter-input.md) input ● [`AccessControlForDataObjectFilterInput`](/api/graphql/data-access/input-types/access-control-for-data-object-filter-input.md) input ● [`AccessControlForUserFilterInput`](/api/graphql/data-access/input-types/access-control-for-user-filter-input.md) input ● [`AccessControlInput`](/api/graphql/data-access/input-types/access-control-input.md) input ● `AccessControlRevision` object ● [`AccessControlWhoListFilter`](/api/graphql/data-access/input-types/access-control-who-list-filter.md) input ● [`AccessFilterInput`](/api/graphql/data-access/input-types/access-filter-input.md) input ● `ModifiedAccessControlState` object
