Account Encryption Args
data class AccountEncryptionArgs(val identity: Output<ResourceIdentityArgs>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val type: Output<Either<String, AccountEncryptionKeyType>>) : ConvertibleToJava<AccountEncryptionArgs>
Constructors
Link copied to clipboard
constructor(identity: Output<ResourceIdentityArgs>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, type: Output<Either<String, AccountEncryptionKeyType>>)