AccountEncryption

data class AccountEncryption(val keySource: String? = null, val keyVaultKeyId: String, val userAssignedIdentityId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keySource: String? = null
Link copied to clipboard

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

Link copied to clipboard

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