Schemas
The following JSON schemas are used to represent resources in the /cloudInfrastructure/keyVaults collection in the Veeam Backup for Microsoft Azure REST API.
KeyVaultV3
Property | Type | Description |
---|---|---|
id | string | Azure ID assigned to an Azure Key Vault |
name | string | Name of the Azure Key Vault |
subscriptionId | string($uuid) | Azure ID assigned to a subscription where the Azure Key Vault is configured |
_links | array[string] | A list of methods and operations available to the Azure Key Vault in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |
KeyVaultKeyV3
Property | Type | Description |
---|---|---|
name | string | Name of the cryptographic key |
version | string | Version of the key |
uri | string | Uniform resource identifier |
keyVaultUri | string | Azure Key Vault resource identifier |