SourceTagAttachmentValue¶
Detailed information about the value of a source tag's attachment to an asset.
Complete reference
This is a complete reference for the SourceTagAttachmentValue
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 SourceTagAttachmentValue
struct in an asset:
tagAttachmentKey
Attachment key, for example: 'has_pii' or 'type_pii'. | |
---|---|
1 2 |
|
-
Set the
tagAttachmentKey
for aSourceTagAttachmentValue
. -
Retrieve the
tagAttachmentKey
from aSourceTagAttachmentValue
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
tagAttachmentValue
Attachment value, for example: 'true' or 'email'. | |
---|---|
1 2 |
|
-
Set the
tagAttachmentValue
for aSourceTagAttachmentValue
. -
Retrieve the
tagAttachmentValue
from aSourceTagAttachmentValue
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
tagAttachmentKey
Attachment key, for example: 'has_pii' or 'type_pii'. | |
---|---|
1 2 3 4 5 |
|
-
Set the
tagAttachmentKey
for aSourceTagAttachmentValue
.For more details
For more information, see the asset CRUD snippets.
tagAttachmentValue
Attachment value, for example: 'true' or 'email'. | |
---|---|
1 2 3 4 5 |
|
-
Set the
tagAttachmentValue
for aSourceTagAttachmentValue
.For more details
For more information, see the asset CRUD snippets.