Azure Key Vault · Schema

Azure Key Vault Secret Bundle

A secret consisting of a value, id and its attributes as returned by the Azure Key Vault data plane API. Based on the SecretBundle definition from the Azure Key Vault REST API reference at https://learn.microsoft.com/en-us/rest/api/keyvault/secrets.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
value string The secret value.
id string The secret id. The format is https://{vault-name}.vault.azure.net/secrets/{secret-name}/{secret-version}.
contentType string The content type of the secret (e.g., 'application/x-pkcs12', 'text/plain', 'application/json').
attributes object
tags object Application specific metadata in the form of key-value pairs.
kid string If this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate.
managed boolean True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true.
View JSON Schema on GitHub