KeyForDiskEncryptionSetResponse

data class KeyForDiskEncryptionSetResponse(val keyUrl: String, val sourceVault: SourceVaultResponse? = null)

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

Constructors

Link copied to clipboard
constructor(keyUrl: String, sourceVault: SourceVaultResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.