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.
sourceTagQualifiedName ¶
Unique name of the source tag, in Atlan.
sourceTagGuid ¶
Unique identifier (GUID) of the source tag, in Atlan.
sourceTagConnectorName ¶
Connector that is the source of the tag.
sourceTagValue ¶
Value of the tag attachment, from the source.
isSourceTagSynced ¶
Whether the tag attachment has been synced at the source (true) or not (false).
sourceTagSyncTimestamp ¶
Time (epoch) when the tag attachment was synced at the source, in milliseconds.
sourceTagSyncError ¶
Error message if the tag attachment sync at the source failed.