Account Encryption Args
data class AccountEncryptionArgs(val identity: Output<EncryptionIdentityArgs>? = null, val keySource: Output<Either<String, KeySource>>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<AccountEncryptionArgs>
Encryption settings
Constructors
Link copied to clipboard
constructor(identity: Output<EncryptionIdentityArgs>? = null, keySource: Output<Either<String, KeySource>>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)