{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Protection Scopes 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": "Protection Scopes", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Compute protection scopes", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/security/dataSecurityAndGovernance/protectionScopes/microsoft.graph.security.computeProtectionScopes", "body": { "type": "json", "data": "{}" } }, "docs": "Compute the protection scopes applicable to content to determine which DLP policies should be enforced." } ] } ], "bundled": true }