For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoleAssetLink

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

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

Fields

accessControl ● AccessControlResult union

The access control (role) that this link belongs to.

assetId ● ID! non-null scalar

The Collibra asset ID linked to the access control.

createdAt ● Time! non-null scalar

Timestamp when the link was created.

id ● ID! non-null scalar

Unique identifier of the role asset link.

Member Of

AccessControl object ● CatalogAsset object

Implemented By

RoleAssetLinkResult union

Last updated

Was this helpful?