Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.47 KB

APIToken.md

File metadata and controls

21 lines (18 loc) · 1.47 KB

APIToken

Properties

Name Type Description Notes
note str The note associated with the API Tokens [optional]
last_used_on int The epoch at which the API Tokens were last used [optional]
user_permission str The permission of current apiToken with the admin. The values can be write read
roles list[str] The roles assigned to the user that is associated with the API Tokens [optional]
created_on int The epoch at which the API Tokens were created [optional]
access_id str The access Id associated with the API Tokens [optional]
admin_name str The name of the user associated with the API Tokens [optional]
last_auth_ip str The IP from which the API Tokens were last used [optional]
access_key str The secret key associated with the API Tokens [optional]
created_by str The user who is the API Tokens created by [optional]
admin_id int The id of the user associated with the API Tokens [optional]
id int The id of the API Token [optional]
status int The values can be 1 2. Specifies whether or not the API Tokens are enabled, where 2 = enabled

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