Microsoft Purview · Arazzo Workflow
Microsoft Purview Define a Classification Type and Apply It
Version 1.0.0
Register a custom classification typedef, confirm it, then classify an entity with it.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
define-and-apply-classification-type
Register a custom classification type and classify an entity with it.
Bulk-creates a classification type definition, confirms it by name, creates an entity, and applies the new classification to that entity.
1
createTypeDef
bulkCreateTypeDefinitions
Bulk-create the custom classification type definition.
2
confirmTypeDef
getTypeDefinitionByName
Read the classification type definition back by name to confirm registration.
3
createEntity
createOrUpdateEntity
Create or update the data asset entity to be classified.
4
applyClassification
addEntityClassifications
Apply the newly registered classification to the created entity.