AccountCustomerManagedKey

data class AccountCustomerManagedKey(val keyVaultKeyId: String? = null, val managedHsmKeyId: String? = null, val userAssignedIdentityId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyVaultKeyId: String? = null

The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key. Exactly one of key_vault_key_id and managed_hsm_key_id may be specified.

Link copied to clipboard
val managedHsmKeyId: String? = null

The ID of the managed HSM Key. Exactly one of key_vault_key_id and managed_hsm_key_id may be specified.

Link copied to clipboard

The ID of a user assigned identity.