1Password · Schema

AuditEvent

Represents an audit event recording an action performed by a team member within the 1Password account.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
uuid string The unique identifier for the audit event.
timestamp string When the action was performed.
actor_uuid string The UUID of the user who performed the action.
actor_details object
action string The type of action that was performed.
object_type string The type of object the action was performed on.
object_uuid string The UUID of the object the action was performed on.
object_details object Additional details about the object of the action.
aux_id integer An auxiliary identifier providing additional context.
aux_uuid string An auxiliary UUID providing additional context.
aux_details object Additional auxiliary details about the event.
aux_info string Additional auxiliary information about the event.
session object Information about the session in which the action occurred.
location object
View JSON Schema on GitHub