Encryption Args
data class EncryptionArgs(val encryptionIdentity: Output<EncryptionIdentityArgs>? = null, val keySource: Output<Either<String, KeySource>>, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val requireInfrastructureEncryption: Output<Boolean>? = null, val services: Output<EncryptionServicesArgs>? = null) : ConvertibleToJava<EncryptionArgs>
The encryption settings on the storage account.
Constructors
Link copied to clipboard
fun EncryptionArgs(encryptionIdentity: Output<EncryptionIdentityArgs>? = null, keySource: Output<Either<String, KeySource>>, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, requireInfrastructureEncryption: Output<Boolean>? = null, services: Output<EncryptionServicesArgs>? = null)