KeyVaultProperties

Properties of key vault.

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
keyname string The name of KeyVault key.
keyvaulturi string The Uri of KeyVault.
keyversion string The version of KeyVault key.
View JSON Schema on GitHub

JSON Schema

azure-storage-account-key-vault-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-schema/azure-storage-account-key-vault-properties-schema.json",
  "title": "KeyVaultProperties",
  "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"
}