AccountCustomerManagedKey

data class AccountCustomerManagedKey(val keyVaultKeyId: String, val userAssignedIdentityId: String)

Constructors

Link copied to clipboard
fun AccountCustomerManagedKey(keyVaultKeyId: String, userAssignedIdentityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key.

Link copied to clipboard

The ID of a user assigned identity.