Encryption Properties Args
data class EncryptionPropertiesArgs(val identity: Output<EncryptionPropertiesIdentityArgs>? = null, val keySource: Output<EncryptionKeySourceType>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
The encryption settings for automation account
Constructors
Link copied to clipboard
constructor(identity: Output<EncryptionPropertiesIdentityArgs>? = null, keySource: Output<EncryptionKeySourceType>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)