> 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/create-role-asset-link-input.md).

# CreateRoleAssetLinkInput

Input object for creating a link between an access control and a Collibra asset.

```graphql
input CreateRoleAssetLinkInput {
  accessControlId: ID!
  assetId: ID!
}
```

### Fields

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

The access control ID to link the asset to.

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

The Collibra asset ID to link.

### Member Of

`createRoleAssetLink` mutation
