AuditLogEntry
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the audit log entry. | [default to null] |
| enterprise_id | Long | ID of the enterprise. | [default to null] |
| user_id | Long | ID of the user who performed the action. | [optional] [default to null] |
| action | String | Action performed (created, updated, deleted, etc). | [default to null] |
| entity_type | String | Type of entity affected. | [default to null] |
| entity_id | String | ID of the affected entity. | [optional] [default to null] |
| old_values | any | Previous values before the change. | [optional] [default to null] |
| new_values | any | New values after the change. | [optional] [default to null] |
| ip_address | String | IP address of the user. | [optional] [default to null] |
| user_agent | String | User agent string. | [optional] [default to null] |
| created_at | String | Timestamp when the action occurred. | [default to null] |