AtlasRelatedObjectIdOutput interface
Reference to an object-instance of AtlasEntity type used in relationship attribute values
Properties
| display |
The display text. |
| entity |
Status of the entity - can be active or deleted. Deleted entities are not removed. Possible values: "ACTIVE", "DELETED" |
| guid | The GUID of the object. |
| relationship |
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification. |
| relationship |
The GUID of the relationship. |
| relationship |
The enum of relationship status. Possible values: "ACTIVE", "DELETED" |
| relationship |
Relationship type |
| type |
The name of the type. |
| unique |
The unique attributes of the object. |
Property Details
displayText
The display text.
displayText?: string
Property Value
string
entityStatus
Status of the entity - can be active or deleted. Deleted entities are not removed.
Possible values: "ACTIVE", "DELETED"
entityStatus?: string
Property Value
string
guid
The GUID of the object.
guid?: string
Property Value
string
relationshipAttributes
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
relationshipAttributes?: AtlasStructOutput
Property Value
relationshipGuid
The GUID of the relationship.
relationshipGuid?: string
Property Value
string
relationshipStatus
The enum of relationship status.
Possible values: "ACTIVE", "DELETED"
relationshipStatus?: string
Property Value
string
relationshipType
Relationship type
relationshipType?: string
Property Value
string
typeName
The name of the type.
typeName?: string
Property Value
string
uniqueAttributes
The unique attributes of the object.
uniqueAttributes?: Record<string, any>
Property Value
Record<string, any>