UpdateRoleAssetLinkInput
Last updated
Was this helpful?
Input object for updating the linked asset on an access control.
input UpdateRoleAssetLinkInput {
accessControlId: ID!
assetId: ID!
}ID! non-null scalarThe access control ID whose asset link to update.
ID! non-null scalarThe new Collibra asset ID to link.
updateRoleAssetLink mutation
Last updated
Was this helpful?
Was this helpful?