Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 849 Bytes

File metadata and controls

17 lines (13 loc) · 849 Bytes

SubAccountKey

Properties

Name Type Description Notes
user_id str User ID [optional] [readonly]
name str API key name [optional]
perms list[ApiV4KeyPerm] [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 str Creation time [optional] [readonly]
updated_at str Last update time [optional] [readonly]

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