{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshSecrets API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshSecrets", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Secret Resource With The Given Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "secretResourceName", "value": "", "type": "path", "description": "The name of the secret resource." } ] }, "docs": "Gets the information about the Secret resource with the given name. The information include the description and other properties of the Secret." }, { "info": { "name": "Microsoft Azure Creates Or Updates A Secret Resource", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "secretResourceName", "value": "", "type": "path", "description": "The name of the secret resource." } ] }, "docs": "Creates a Secret resource with the specified name, description and properties. If Secret resource with the same name exists, then it is updated with the specified description and properties. Once created, the kind and contentType of a secret resource cannot be updated." }, { "info": { "name": "Microsoft Azure Deletes The Secret Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "secretResourceName", "value": "", "type": "path", "description": "The name of the secret resource." } ] }, "docs": "Deletes the specified Secret resource and all of its named values." }, { "info": { "name": "Microsoft Azure Lists All The Secret Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Secrets", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." } ] }, "docs": "Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret." } ] } ], "bundled": true }