EncryptionArgs

data class EncryptionArgs(val encryptionIdentity: Output<EncryptionIdentityArgs>? = null, val keySource: Output<Either<String, KeySource>>? = null, 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
constructor(encryptionIdentity: Output<EncryptionIdentityArgs>? = null, keySource: Output<Either<String, KeySource>>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, requireInfrastructureEncryption: Output<Boolean>? = null, services: Output<EncryptionServicesArgs>? = null)

Properties

Link copied to clipboard

The identity to be used with service-side encryption at rest.

Link copied to clipboard
val keySource: Output<Either<String, KeySource>>? = null

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault

Link copied to clipboard

Properties provided by key vault.

Link copied to clipboard

A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.

Link copied to clipboard
val services: Output<EncryptionServicesArgs>? = null

List of services which support encryption.

Functions

Link copied to clipboard
open override fun toJava(): EncryptionArgs