Share via


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.

entityGuid

The GUID of the entity.

entityStatus

Status of the entity - can be active or deleted. Deleted entities are not removed.

Possible values: "ACTIVE", "DELETED"

lastModifiedTS

ETag for concurrency control.

removePropagationsOnEntityDelete

Determines if propagations will be removed on entity deletion.

typeName

The name of the type.

validityPeriods

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[]

Property Value