v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Azure Key Vault Secrets

Create Managed Secret

Create a new managed secret reference within an Azure Key Vault account.

post/v0/azure-key-vault/accounts/{account-id}/secrets

Path parameters

account-idinteger required

The ID of the Azure Key Vault account

Request body

namestring required

A descriptive label for this secret reference

secret_identifierstring required

The name of the secret in the vault (e.g. my-gpg-key)

vaultstring required

The full Azure Key Vault URL (e.g. https://myvault.vault.azure.net)

descriptionstring nullable

An optional description

secret_versionstring nullable

A specific version (omit to always retrieve the latest version)

Response

Created

idinteger

The unique identifier of the managed secret

namestring

The name of the managed secret

descriptionstring nullable

An optional description

account_idinteger

The account this secret belongs to

secret_identifierstring

The identifier used to fetch the secret from the vault

secret_versionstring nullable
vaultstring

The Azure Key Vault URL

created_atstring date-time
updated_atstring date-time