AtlasClassificationOutput interface
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.
Properties
| attributes | The attributes of the struct. |
| entity |
The GUID of the entity. |
| entity |
Status of the entity - can be active or deleted. Deleted entities are not removed. Possible values: "ACTIVE", "DELETED" |
| last |
ETag for concurrency control. |
| remove |
Determines if propagations will be removed on entity deletion. |
| type |
The name of the type. |
| validity |
An array of time boundaries indicating validity periods. |
Property Details
attributes
The attributes of the struct.
attributes?: Record<string, any>
Property Value
Record<string, any>
entityGuid
The GUID of the entity.
entityGuid?: 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
lastModifiedTS
ETag for concurrency control.
lastModifiedTS?: string
Property Value
string
removePropagationsOnEntityDelete
Determines if propagations will be removed on entity deletion.
removePropagationsOnEntityDelete?: boolean
Property Value
boolean
typeName
The name of the type.
typeName?: string
Property Value
string
validityPeriods
An array of time boundaries indicating validity periods.
validityPeriods?: TimeBoundaryOutput[]