ManagedDiskEncryptionResponseKeyVaultProperties

data class ManagedDiskEncryptionResponseKeyVaultProperties(val keyName: String, val keyVaultUri: String, val keyVersion: String)

Key Vault input properties for encryption.

Constructors

constructor(keyName: String, keyVaultUri: String, keyVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of KeyVault key.

Link copied to clipboard

The URI of KeyVault.

Link copied to clipboard

The version of KeyVault key.