EncryptionV2Args

data class EncryptionV2Args(val keySource: Output<Either<String, EncryptionKeySource>>, val keyVaultProperties: Output<EncryptionV2KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionV2Args>

The object that contains details of encryption used on the workspace.

Constructors

Link copied to clipboard
constructor(keySource: Output<Either<String, EncryptionKeySource>>, keyVaultProperties: Output<EncryptionV2KeyVaultPropertiesArgs>? = null)

Properties

Link copied to clipboard
val keySource: Output<Either<String, EncryptionKeySource>>

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

Link copied to clipboard

Key Vault input properties for encryption.

Functions

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