> 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/enumerations/tag-value-source.md).

# TagValueSource

Describes how the value of a tag is derived from the source asset.

```graphql
enum TagValueSource {
  AssetName
  Attribute
}
```

### Values

#### AssetName <a href="#asset-name" id="asset-name"></a>

Use the source asset's display name.

#### Attribute <a href="#attribute" id="attribute"></a>

Use the value of a specific attribute on the source asset.

### Member Of

`TagValueMapping` object ● `TagValueMappingInput` input
