Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1015 Bytes

File metadata and controls

19 lines (15 loc) · 1015 Bytes

SubAccountKey

Properties

Name Type Description Notes
user_id int User ID. [optional] [readonly]
mode int Mode: 1 - classic 2 - portfolio account. [optional]
name str API key name. [optional]
perms list[SubAccountKeyPerms] [optional]
ip_whitelist list[str] ip white list (list will be removed if no value is passed). [optional]
key str API Key. [optional] [readonly]
state int State 1 - normal 2 - locked 3 - frozen. [optional] [readonly]
created_at int Creation time. [optional] [readonly]
updated_at int Last update time. [optional] [readonly]
last_access int Last access time. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]