{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SelfServicePolicies API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SelfServicePolicies", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Self Service Policies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/self-service-policies", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "List Self-service policies" }, { "info": { "name": "Microsoft Azure Get Self Service Policies Policyid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/self-service-policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The policyId of the self-service policy." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get Self-service policy" }, { "info": { "name": "Microsoft Azure Delete Self Service Policies Policyid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/self-service-policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The policyId of the self-service policy." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Delete a Self-service policy" } ] } ], "bundled": true }