CreateRoleAssetLinkInput
Last updated
Was this helpful?
Input object for creating a link between an access control and a Collibra asset.
input CreateRoleAssetLinkInput {
accessControlId: ID!
assetId: ID!
}ID! non-null scalarThe access control ID to link the asset to.
ID! non-null scalarThe Collibra asset ID to link.
createRoleAssetLink mutation
Last updated
Was this helpful?
Was this helpful?