Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 1.25 KB

File metadata and controls

22 lines (19 loc) · 1.25 KB

ESP::AuditLog

Properties

Name Type Description Notes
id Integer Unique ID [optional]
item_type String Item that was changed [optional]
item_id Integer ID of the item that was changed [optional]
action String Action attempted on the item [optional]
successful BOOLEAN Shows if the action was successful [optional]
access_denied BOOLEAN Shows if access was denied [optional]
user_ip String The IP of the user attempting the action [optional]
user_email String The email of the user attempting the action [optional]
platform String The platform the user attempted the action from [optional]
created_at DateTime ISO 8601 timestamp when the resource was created [optional]
updated_at DateTime ISO 8601 timestamp when the resource was updated [optional]
organization Organization Associated Organization [optional]
organization_id Integer Associated Organization ID [optional]
user User Associated User [optional]
user_id Integer Associated User ID [optional]