EncryptionScopePropertiesArgs

data class EncryptionScopePropertiesArgs(val keySource: Output<Either<String, KeySource>>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val state: Output<Either<String, EncryptionScopeState>>? = null) : ConvertibleToJava<EncryptionScopePropertiesArgs>

Properties to EncryptionScope

Constructors

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

Properties

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

Enumerates the possible value of keySource for Encryption

Link copied to clipboard

Properties of KeyVault

Link copied to clipboard
val state: Output<Either<String, EncryptionScopeState>>? = null

The encryptionScope state.

Functions

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