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

CatalogAsset

Contains the information to link a data object in Collibra Data Access to the corresponding Technical Asset in Collibra Catalog.

type CatalogAsset {
  assetId: UUID
  assetTypeId: UUID
  dataObjects: [DataObject!]
  roleAssetLink: RoleAssetLink
}

Fields

assetId ● UUID scalar

The ID of the asset in Collibra Catalog.

assetTypeId ● UUID scalar

The ID of the type of the asset in Collibra Catalog.

dataObjects ● [DataObject!] list object

The data objects that correspond to this catalog asset.

The role asset link that connects this catalog asset to an access control (role), if any.

Returned By

catalogAsset query ● catalogAssets query

Member Of

AccessRequest object

Implemented By

CatalogAssetResult union

Last updated

Was this helpful?