> 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-lock.md).

# AccessControlLock

The parts that can possibly be locked on an access control.

```graphql
enum AccessControlLock {
  DeleteLock
  InheritanceLock
  NameLock
  OwnerLock
  WhatLock
  WhoLock
}
```

### Values

#### DeleteLock <a href="#delete-lock" id="delete-lock"></a>

The access control cannot be deleted. This also has the impact that, when the access control is edited, after the synchronization, the access control will be made external again.

#### InheritanceLock <a href="#inheritance-lock" id="inheritance-lock"></a>

The access controls in the WHO list of the access control cannot be edited.

#### NameLock <a href="#name-lock" id="name-lock"></a>

The name of the access control cannot be edited.

#### OwnerLock <a href="#owner-lock" id="owner-lock"></a>

The owners of the access control cannot be edited.

#### WhatLock <a href="#what-lock" id="what-lock"></a>

The WHAT list of the access control cannot be edited.

#### WhoLock <a href="#who-lock" id="who-lock"></a>

The users in the WHO list of the access control cannot be edited.

### Member Of

[`AccessControlLockData`](/api/graphql/data-access/object-types/access-control-lock-data.md) object ● [`AccessControlLockDataInput`](/api/graphql/data-access/input-types/access-control-lock-data-input.md) input ● [`GrantCategory`](/api/graphql/data-access/object-types/grant-category.md) object ● `GrantCategoryInput` input ● `LockOnCreate` object ● `LockOnCreateInput` input
