> 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/input-types/access-control-data-source-input.md).

# AccessControlDataSourceInput

Input object update the data sources linked to the access control.

```graphql
input AccessControlDataSourceInput {
  dataSource: ID!
  type: String
}
```

### Fields

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

The ID of the data source

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

The technical type of how this access control is represented in the underlying system. For masks this represents the masking method to use.

### Member Of

[`AccessControlInput`](/api/graphql/data-access/input-types/access-control-input.md) input
