Encryption Settings Collection Args
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
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
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.