Azure Storage Account · JSON Structure

Azure Storage Account Key Vault Properties Structure

Properties of key vault.

Type: object Properties: 3
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

KeyVaultProperties is a JSON Structure definition published by Azure Storage Account, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

keyname keyvaulturi keyversion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-key-vault-properties-structure.json",
  "description": "Properties of key vault.",
  "properties": {
    "keyname": {
      "description": "The name of KeyVault key.",
      "type": "string",
      "x-ms-client-name": "KeyName"
    },
    "keyvaulturi": {
      "description": "The Uri of KeyVault.",
      "type": "string",
      "x-ms-client-name": "KeyVaultUri"
    },
    "keyversion": {
      "description": "The version of KeyVault key.",
      "type": "string",
      "x-ms-client-name": "KeyVersion"
    }
  },
  "type": "object",
  "name": "KeyVaultProperties"
}