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

AssetTypeLinkConfiguration

Represents a configuration for linking assets of a specific Collibra Asset Type to their underlying data assets via Relation Type IDs.

type AssetTypeLinkConfiguration {
  assetTypeId: ID!
  enabled: Boolean!
  grantCategories: [GrantCategoryResult!]!
  relationTypeIds: [ID!]!
}

Fields

assetTypeId ● ID! non-null scalar

The Collibra Asset Type UUID.

enabled ● Boolean! non-null scalar

Whether this configuration is enabled.

grantCategories ● [GrantCategoryResult!]! non-null union

The grant categories that are supported for this asset type.

relationTypeIds ● [ID!]! non-null scalar

The list of Relation Type IDs used to traverse from this asset type to its underlying data assets.

Returned By

assetTypeLinkConfigurations query

Implemented By

AssetTypeLinkConfigurationResult union

Last updated

Was this helpful?