Microsoft Purview · Arazzo Workflow
Microsoft Purview Categorize a Glossary Term
Version 1.0.0
Create a glossary category and a term that is filed under that category.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
categorize-glossary-term
Create a glossary category and file a term under it.
Creates a glossary category, resolves its GUID, creates a term that references the category, and confirms the term by reading it back.
1
createCategory
createGlossaryCategory
Create the glossary category anchored to the supplied glossary.
2
getCategory
getGlossaryCategory
Read the category back by its GUID to confirm it was created.
3
createTerm
createGlossaryTerm
Create a glossary term anchored to the glossary and categorized under the new category.
4
getTerm
getGlossaryTerm
Read the term back by its GUID to confirm it was stored.