AccountEncryptionArgs

data class AccountEncryptionArgs(val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val type: Output<Either<String, AccountEncryptionKeyType>>) : ConvertibleToJava<AccountEncryptionArgs>

Constructors

Link copied to clipboard
constructor(keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, type: Output<Either<String, AccountEncryptionKeyType>>)

Properties

Link copied to clipboard

The properties of the key used to encrypt the account.

Link copied to clipboard
val type: Output<Either<String, AccountEncryptionKeyType>>

The type of key used to encrypt the Account Key.

Functions

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