> 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/data-source-type-info.md).

# DataSourceTypeInfo

No description

```graphql
input DataSourceTypeInfo {
  accessControlType: String
  dataSource: ID!
}
```

### Fields

#### accessControlType ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#access-control-type" id="access-control-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.

#### 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

### Member Of

`CanLinkFilter` input
