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

Latest commit

 

History

History
24 lines (19 loc) · 1.27 KB

File metadata and controls

24 lines (19 loc) · 1.27 KB

AuditLog

Properties

Name Type Description Notes
id Integer Unique ID [optional]
itemType String Item that was changed [optional]
itemId 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]
accessDenied Boolean Shows if access was denied [optional]
userIp String The IP of the user attempting the action [optional]
userEmail String The email of the user attempting the action [optional]
platform String The platform the user attempted the action from [optional]
createdAt DateTime ISO 8601 timestamp when the resource was created [optional]
updatedAt DateTime ISO 8601 timestamp when the resource was updated [optional]
organization Organization Associated Organization [optional]
organizationId Integer Associated Organization ID [optional]
user User Associated User [optional]
userId Integer Associated User ID [optional]