> 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/object-types/role-asset-link.md).

# RoleAssetLink

Represents a link between an access control (role/grant) and a Collibra asset (e.g. Data Product Port, Data Set).

```graphql
type RoleAssetLink {
  accessControl: AccessControlResult
  assetId: ID!
  createdAt: Time!
  id: ID!
}
```

### Fields

#### accessControl ● [`AccessControlResult`](/api/graphql/data-access/unions/access-control-result.md) union <a href="#access-control" id="access-control"></a>

The access control (role) that this link belongs 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 linked to the access control.

#### createdAt ● [`Time!`](/api/graphql/data-access/scalars/time.md) non-null scalar <a href="#created-at" id="created-at"></a>

Timestamp when the link was created.

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

Unique identifier of the role asset link.

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object ● [`CatalogAsset`](/api/graphql/data-access/object-types/catalog-asset.md) object

### Implemented By

`RoleAssetLinkResult` union
