Disk Encryption Properties Args
data class DiskEncryptionPropertiesArgs(val encryptionAlgorithm: Output<Either<String, JsonWebKeyEncryptionAlgorithm>>? = null, val encryptionAtHost: Output<Boolean>? = null, val keyName: Output<String>? = null, val keyVersion: Output<String>? = null, val msiResourceId: Output<String>? = null, val vaultUri: Output<String>? = null) : ConvertibleToJava<DiskEncryptionPropertiesArgs>
The disk encryption properties
Properties
Link copied to clipboard
Algorithm identifier for encryption, default RSA-OAEP.
Link copied to clipboard
Indicates whether or not resource disk encryption is enabled.
Link copied to clipboard
Specific key version that is used for enabling disk encryption.
Link copied to clipboard
Resource ID of Managed Identity that is used to access the key vault.