EncryptionSettingsCollectionArgs

data class EncryptionSettingsCollectionArgs(val enabled: Output<Boolean>, val encryptionSettings: Output<List<EncryptionSettingsElementArgs>>? = null, val encryptionSettingsVersion: Output<String>? = null) : ConvertibleToJava<EncryptionSettingsCollectionArgs>

Encryption settings for disk or snapshot

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, encryptionSettings: Output<List<EncryptionSettingsElementArgs>>? = null, encryptionSettingsVersion: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged.

Link copied to clipboard

A collection of encryption settings, one for each disk volume.

Link copied to clipboard
val encryptionSettingsVersion: Output<String>? = null

Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption.

Functions

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