Microsoft Purview · Arazzo Workflow
Microsoft Purview Classify a Data Asset Entity
Version 1.0.0
Register a catalog entity, confirm it, then apply and verify a classification.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
classify-entity
Create a catalog entity and apply a classification to it.
Creates or updates an Atlas entity, resolves the GUID the service assigned, adds a classification to that entity, and confirms the classification is present on the entity.
1
createEntity
createOrUpdateEntity
Create or update the data asset entity. Purview matches on the supplied guid or on unique attributes such as qualifiedName.
2
getEntity
getEntityByGuid
Read the created entity back by its assigned GUID to confirm it exists.
3
addClassification
addEntityClassifications
Attach the requested classification to the entity, propagating it according to the classification's defaults.
4
listClassifications
listEntityClassifications
List the classifications on the entity to verify the new one is present.