1Password · Schema

ItemUsage

Represents a record of an item in a shared vault being accessed, modified, or used.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
uuid string The unique identifier for the item usage record.
timestamp string When the item was accessed.
used_version integer The version of the item that was used.
vault_uuid string The UUID of the vault containing the item.
item_uuid string The UUID of the item that was used.
action string The type of action performed on the item.
user object
client object
location object
View JSON Schema on GitHub