{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts DLP Policies API", "version": "2021-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "DLP Policies", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Evaluate DLP application for content", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/security/dataSecurityAndGovernance/sensitivityLabels/microsoft.graph.security.evaluateApplication", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluate which DLP policies apply to the given content and compute the set of actions that should be taken." }, { "info": { "name": "Microsoft Purview Process content for DLP", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/security/dataSecurityAndGovernance/processContent", "body": { "type": "json", "data": "{}" } }, "docs": "Process content through DLP pipeline to evaluate and enforce data loss prevention policies at runtime." } ] } ], "bundled": true }