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

# AccessControlLockType

The types of lock.

```graphql
enum AccessControlLockType {
  ImportExport
  UserOnly
}
```

### Values

#### ImportExport <a href="#import-export" id="import-export"></a>

The data can only be updated through the import.

#### UserOnly <a href="#user-only" id="user-only"></a>

The data can still be updated through the API, but not in the UI.

### Member Of

[`AccessControlLockDetails`](/api/graphql/data-access/object-types/access-control-lock-details.md) object ● [`AccessControlLockDetailsInput`](/api/graphql/data-access/input-types/access-control-lock-details-input.md) input
