EncryptionPropertiesArgs

data class EncryptionPropertiesArgs(val keySource: Output<KeySource>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

Constructors

Link copied to clipboard
constructor(keySource: Output<KeySource>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)

Properties

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

Type of the key source.

Link copied to clipboard

Additional details when using Microsoft.KeyVault

Functions

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