AccountEncryptionArgs

data class AccountEncryptionArgs(val keySource: Output<String>? = null, val keyVaultKeyId: Output<String>, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<AccountEncryptionArgs>

Constructors

Link copied to clipboard
constructor(keySource: Output<String>? = null, keyVaultKeyId: Output<String>, userAssignedIdentityId: Output<String>? = null)

Properties

Link copied to clipboard
val keySource: Output<String>? = null
Link copied to clipboard
val keyVaultKeyId: Output<String>

The ID of the Key Vault Key which should be used to Encrypt the data in this Automation Account.

Link copied to clipboard
val userAssignedIdentityId: Output<String>? = null

The User Assigned Managed Identity ID to be used for accessing the Customer Managed Key for encryption.

Functions

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