ClassificationAssociateOptions interface
The request payload for classification association.
Properties
| classification | An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity. |
| entity |
The GUID of the entity. |
Property Details
classification
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.
classification?: AtlasClassification
Property Value
entityGuids
The GUID of the entity.
entityGuids?: string[]
Property Value
string[]