AttributeTag tableΒΆ
The AttributeTag table implements the association between an Attribute and a tag.
| Column | Description | Format | Required | 
|---|---|---|---|
| IdAttribute | Attribute identifier | int | Yes | 
| IdTag | Tag identifier | int | Yes | 
| IdTagType | Tag type identifier | tinyint | Yes | 
Where IdTagType can have the following values:
| Id | Name | Description | 
|---|---|---|
| 1 | Autogen | A system tag automatically created such as sensitive data | 
| 2 | UserProvided | A user added tag for a given Provider |