AtlasClassification Data Type

Properties
name data type description
entityGuid string
entityStatus Status
propagate boolean
removePropagationsOnEntityDelete boolean
validityPeriods array of TimeBoundary
Properties inherited from AtlasStruct
attributes map of object
typeName string

Example

{
  "entityGuid" : "...",
  "entityStatus" : "DELETED",
  "propagate" : true,
  "removePropagationsOnEntityDelete" : true,
  "validityPeriods" : [ {
    "endTime" : "...",
    "startTime" : "...",
    "timeZone" : "..."
  }, {
    "endTime" : "...",
    "startTime" : "...",
    "timeZone" : "..."
  } ],
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "typeName" : "..."
}