This object represents an audit which is created every time something was changed at the system
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| app | Backend_App | Application context associated with this audit event |
| user | Backend_User | User context associated with this audit event |
| event | String | Trigger event of this audit |
| ip | String | IP which as issued the request |
| message | String | Message of this audit event |
| content | Backend_AuditObject | Content of this adit event |
| date | DateTime | Insert date of this audit event |