AccountEncryptionArgs

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

Defines how the Video Analyzer account is (optionally) encrypted.

Constructors

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

Properties

Link copied to clipboard
val identity: Output<ResourceIdentityArgs>? = null

The Key Vault identity.

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