{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Label Policy Settings 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": "Label Policy Settings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Get label policy settings", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/security/informationProtection/labelPolicySettings" }, "docs": "Read the properties and relationships of an informationProtectionPolicySetting object." } ] } ], "bundled": true }