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

CreateRoleAssetLinkInput

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

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

Fields

accessControlId ● ID! non-null scalar

The access control ID to link the asset to.

assetId ● ID! non-null scalar

The Collibra asset ID to link.

Member Of

createRoleAssetLink mutation

Last updated

Was this helpful?