> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/asset-type-link-configuration.md).

# AssetTypeLinkConfiguration

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

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

### Fields

#### assetTypeId ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#asset-type-id" id="asset-type-id"></a>

The Collibra Asset Type UUID.

#### enabled ● [`Boolean!`](/api/graphql/data-access/scalars/boolean.md) non-null scalar <a href="#enabled" id="enabled"></a>

Whether this configuration is enabled.

#### grantCategories ● [`[GrantCategoryResult!]!`](/api/graphql/data-access/unions/grant-category-result.md) non-null union <a href="#grant-categories" id="grant-categories"></a>

The grant categories that are supported for this asset type.

#### relationTypeIds ● [`[ID!]!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#relation-type-ids" id="relation-type-ids"></a>

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
