ManagedDiskEncryptionSettingsKeyEncryptionKey

data class ManagedDiskEncryptionSettingsKeyEncryptionKey(val keyUrl: String, val sourceVaultId: String)

Constructors

constructor(keyUrl: String, sourceVaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to the Key Vault Key used as the Key Encryption Key. This can be found as id on the azure.keyvault.Key resource.

Link copied to clipboard

The ID of the source Key Vault. This can be found as id on the azure.keyvault.KeyVault resource.