{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-keyvault-secrets","description":"KeyVaultManagementClient","version":"2018-02-14-preview","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api KeyVaultManagementClient\n@base https://management.azure.com\n@version 2018-02-14-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}\n@desc Create or update a secret in a key vault in the specified subscription.  NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.\n@required {resourceGroupName: any # The name of the Resource Group to which the vault belongs., vaultName: any # Name of the vault, secretName: any # Name of the secret, api-version: any # Client Api Version., parameters: any # Parameters to create or update the secret, subscriptionId: any # Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) Created or updated secret\n@returns(201) Created or updated vault\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}\n@desc Update a secret in the specified subscription.  NOTE: This API is intended for internal use in ARM deployments.  Users should use the data-plane REST service for interaction with vault secrets.\n@required {resourceGroupName: any # The name of the Resource Group to which the vault belongs., vaultName: any # Name of the vault, secretName: any # Name of the secret, api-version: any # Client Api Version., parameters: any # Parameters to patch the secret, subscriptionId: any # Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) Patched secret\n@returns(201) Patched secret\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}\n@desc Gets the specified secret.  NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.\n@required {resourceGroupName: any # The name of the Resource Group to which the vault belongs., vaultName: any # The name of the vault., secretName: any # The name of the secret., api-version: any # Client Api Version., subscriptionId: any # Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) Retrieved secret\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets\n@desc The List operation gets information about the secrets in a vault.  NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.\n@required {resourceGroupName: any # The name of the Resource Group to which the vault belongs., vaultName: any # The name of the vault., api-version: any # Client Api Version., subscriptionId: any # Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@optional {$top: any # Maximum number of results to return.}\n@returns(200) Get information about secrets in the specified vault.\n\n@end\n"}