> 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-what-do-by-name-input.md).

# AccessControlWhatDoByNameInput

Input object to reference a data object by its `fullName`.

```graphql
input AccessControlWhatDoByNameInput {
  dataSource: ID!
  fullName: String!
}
```

### Fields

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

The data source ID of the data object.

#### fullName ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#full-name" id="full-name"></a>

The full name of the data object.

### Member Of

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