KeyForDiskEncryptionSetArgs

data class KeyForDiskEncryptionSetArgs(val keyUrl: Output<String>, val sourceVault: Output<SourceVaultArgs>? = null) : ConvertibleToJava<KeyForDiskEncryptionSetArgs>

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

Constructors

Link copied to clipboard
constructor(keyUrl: Output<String>, sourceVault: Output<SourceVaultArgs>? = null)

Properties

Link copied to clipboard
val keyUrl: Output<String>

Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.

Link copied to clipboard
val sourceVault: Output<SourceVaultArgs>? = null

Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.

Functions

Link copied to clipboard
open override fun toJava(): KeyForDiskEncryptionSetArgs