AtlasRelatedObjectId Data Type

Reference to an object-instance of AtlasEntity type used in relationship attribute values

Properties
name data type description
displayText string
entityStatus Status
qualifiedName string
relationshipAttributes AtlasStruct
relationshipGuid string
relationshipStatus Status
relationshipType string
Properties inherited from AtlasObjectId
guid string
typeName string
uniqueAttributes map of object

Example

{
  "displayText" : "...",
  "entityStatus" : "PURGED",
  "qualifiedName" : "...",
  "relationshipAttributes" : {
    "attributes" : {
      "property1" : { },
      "property2" : { }
    },
    "typeName" : "..."
  },
  "relationshipGuid" : "...",
  "relationshipStatus" : "ACTIVE",
  "relationshipType" : "...",
  "guid" : "...",
  "typeName" : "...",
  "uniqueAttributes" : {
    "property1" : { },
    "property2" : { }
  }
}