fireblocks-sdk 2.1.0

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AuditLogData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)