SourceTagAttachment¶
Detailed information about the attachment of a tag to an Atlan asset, synced from source.
Complete reference
This is a complete reference for the SourceTagAttachment
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 SourceTagAttachment
struct in an asset:
sourceTagName
Simple name of the source tag. | |
---|---|
1 2 |
|
-
Set the
sourceTagName
for aSourceTagAttachment
. -
Retrieve the
sourceTagName
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagQualifiedName
Unique name of the source tag, in Atlan. | |
---|---|
1 2 |
|
-
Set the
sourceTagQualifiedName
for aSourceTagAttachment
. -
Retrieve the
sourceTagQualifiedName
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagGuid
Unique identifier (GUID) of the source tag, in Atlan. | |
---|---|
1 2 |
|
-
Set the
sourceTagGuid
for aSourceTagAttachment
. -
Retrieve the
sourceTagGuid
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagConnectorName
Connector that is the source of the tag. | |
---|---|
1 2 |
|
-
Set the
sourceTagConnectorName
for aSourceTagAttachment
. -
Retrieve the
sourceTagConnectorName
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagValue
Value of the tag attachment, from the source. | |
---|---|
1 2 |
|
-
Set the
sourceTagValue
for aSourceTagAttachment
. -
Retrieve the
sourceTagValue
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
isSourceTagSynced
Whether the tag attachment has been synced at the source (true) or not (false). | |
---|---|
1 2 |
|
-
Set the
isSourceTagSynced
for aSourceTagAttachment
. -
Retrieve the
isSourceTagSynced
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagSyncTimestamp
Time (epoch) when the tag attachment was synced at the source, in milliseconds. | |
---|---|
1 2 |
|
-
Set the
sourceTagSyncTimestamp
for aSourceTagAttachment
. -
Retrieve the
sourceTagSyncTimestamp
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagSyncError
Error message if the tag attachment sync at the source failed. | |
---|---|
1 2 |
|
-
Set the
sourceTagSyncError
for aSourceTagAttachment
. -
Retrieve the
sourceTagSyncError
from aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
sourceTagName
Simple name of the source tag. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagName
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagQualifiedName
Unique name of the source tag, in Atlan. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagQualifiedName
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagGuid
Unique identifier (GUID) of the source tag, in Atlan. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagGuid
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagConnectorName
Connector that is the source of the tag. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagConnectorName
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagValue
Value of the tag attachment, from the source. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagValue
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
isSourceTagSynced
Whether the tag attachment has been synced at the source (true) or not (false). | |
---|---|
1 2 3 4 5 |
|
-
Set the
isSourceTagSynced
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagSyncTimestamp
Time (epoch) when the tag attachment was synced at the source, in milliseconds. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagSyncTimestamp
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.
sourceTagSyncError
Error message if the tag attachment sync at the source failed. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceTagSyncError
for aSourceTagAttachment
.For more details
For more information, see the asset CRUD snippets.