Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.4 KB

File metadata and controls

24 lines (20 loc) · 1.4 KB

AuditLog

Properties

Name Type Description Notes
id int Unique ID [optional]
item_type str Item that was changed [optional]
item_id int ID of the item that was changed [optional]
action str Action attempted on the item [optional]
successful bool Shows if the action was successful [optional]
access_denied bool Shows if access was denied [optional]
user_ip str The IP of the user attempting the action [optional]
user_email str The email of the user attempting the action [optional]
platform str 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 int Associated Organization ID [optional]
user User Associated User [optional]
user_id int Associated User ID [optional]

[Back to Model list] [Back to API list] [Back to README]