Account Customer Managed Key
data class AccountCustomerManagedKey(val keyVaultKeyId: String? = null, val managedHsmKeyId: String? = null, val userAssignedIdentityId: String)
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. Exactly one of key_vault_key_id
and managed_hsm_key_id
may be specified.
Link copied to clipboard
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.