# AuditLogData
## Properties
**id** | Option<**String**> | The unique identifier of the audit log | [optional]
**timestamp** | Option<**f64**> | The timestamp of the audit log | [optional]
**created_at** | Option<**f64**> | The timestamp of the audit log creation | [optional]
**user** | Option<**String**> | The user who performed the action | [optional]
**subject** | Option<**String**> | The subject of the action | [optional]
**event** | Option<**String**> | The event that was performed | [optional]
**tenant_id** | Option<**String**> | The tenant ID of the audit log | [optional]
**user_id** | Option<**String**> | The user ID of the audit log | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)