SourceTagAttribute¶
Detailed information about a source tag's attributes.
Complete reference
This is a complete reference for the SourceTagAttribute
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the SourceTagAttribute
struct in an asset:
tagAttributeKey
Attribute key, for example: 'allowedValues' or 'enabled'. | |
---|---|
1 2 |
|
-
Set the
tagAttributeKey
for aSourceTagAttribute
. -
Retrieve the
tagAttributeKey
from aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
tagAttributeValue
java linenums="1" title="Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key."
builder.tagAttributeValue(...); // (1)
sourceTagAttribute.getTagAttributeValue(); // (2)
-
Set the
tagAttributeValue
for aSourceTagAttribute
. -
Retrieve the
tagAttributeValue
from aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
tagAttributeProperties
Properties of the attribute. | |
---|---|
1 2 |
|
-
Set the
tagAttributeProperties
for aSourceTagAttribute
. -
Retrieve the
tagAttributeProperties
from aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
tagAttributeKey
Attribute key, for example: 'allowedValues' or 'enabled'. | |
---|---|
1 2 3 4 5 |
|
-
Set the
tagAttributeKey
for aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets.
tagAttributeValue
json linenums="1" title="Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key."
{
"attributes": {
"tagAttributeValue": ... // (1)
}
}
-
Set the
tagAttributeValue
for aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets.
tagAttributeProperties
Properties of the attribute. | |
---|---|
1 2 3 4 5 |
|
-
Set the
tagAttributeProperties
for aSourceTagAttribute
.For more details
For more information, see the asset CRUD snippets.