{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshSecretValues API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshSecretValues", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Specified Secret Value Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "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." }, { "name": "secretValueResourceName", "value": "", "type": "path", "description": "The name of the secret resource value which is typically the version identifier for the value." } ] }, "docs": "Get the information about the specified named secret value resources. The information does not include the actual value of the secret." }, { "info": { "name": "Microsoft Azure Adds The Specified Value As A New Version Of The Specified Secret Resource", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "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." }, { "name": "secretValueResourceName", "value": "", "type": "path", "description": "The name of the secret resource value which is typically the version identifier for the value." } ] }, "docs": "Creates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed." }, { "info": { "name": "Microsoft Azure Deletes The Specified Value Of The Named Secret Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "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." }, { "name": "secretValueResourceName", "value": "", "type": "path", "description": "The name of the secret resource value which is typically the version identifier for the value." } ] }, "docs": "Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use." }, { "info": { "name": "Microsoft Azure List Names Of All Values Of The Specified Secret Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName/values", "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 information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values." }, { "info": { "name": "Microsoft Azure Lists The Specified Value Of The Secret Resource", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Resources/Secrets/:secretResourceName/values/:secretValueResourceName/list_value", "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." }, { "name": "secretValueResourceName", "value": "", "type": "path", "description": "The name of the secret resource value which is typically the version identifier for the value." } ] }, "docs": "Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation." } ] } ], "bundled": true }