ManagedDiskEncryptionResponse

data class ManagedDiskEncryptionResponse(val keySource: String, val keyVaultProperties: ManagedDiskEncryptionResponseKeyVaultProperties, val rotationToLatestKeyVersionEnabled: Boolean? = null)

The object that contains details of encryption used on the workspace.

Constructors

Link copied to clipboard
constructor(keySource: String, keyVaultProperties: ManagedDiskEncryptionResponseKeyVaultProperties, rotationToLatestKeyVersionEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

Link copied to clipboard

Key Vault input properties for encryption.

Link copied to clipboard

Indicate whether the latest key version should be automatically used for Managed Disk Encryption.