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
# ApiUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique identifier of the user | [optional]
**name** | Option<**String**> | The name of the API Key | [optional]
**role** | Option<[**models::ApiUserRole**]APIUserRole.md> |  | [optional]
**enabled** | Option<**bool**> | Whether the user is enabled or not | [optional]
**status** | Option<[**models::UserStatus**]UserStatus.md> |  | [optional]
**user_type** | Option<[**models::UserType**]UserType.md> |  | [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)