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

UpdateRoleAssetLinkInput

Input object for updating the linked asset on an access control.

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

Fields

accessControlId ● ID! non-null scalar

The access control ID whose asset link to update.

assetId ● ID! non-null scalar

The new Collibra asset ID to link.

Member Of

updateRoleAssetLink mutation

Last updated

Was this helpful?