Account Customer Managed Key Args
data class AccountCustomerManagedKeyArgs(val keyVaultKeyId: Output<String>? = null, val managedHsmKeyId: Output<String>? = null, val userAssignedIdentityId: Output<String>) : ConvertibleToJava<AccountCustomerManagedKeyArgs>
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.