Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.75 KB

XiqGenerateApiTokenRequest.md

File metadata and controls

31 lines (23 loc) · 1.75 KB

extremecloudiq.model.xiq_generate_api_token_request.XiqGenerateApiTokenRequest

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
permissions list, tuple, tuple, The token permissions
expire_time decimal.Decimal, int, decimal.Decimal, The token expire time, format is the number of seconds from epoch of 1970-01-01T00:00:00Z. If null means no expiration, the minimum value is current time plus 300 seconds. [optional] value must be a 64 bit integer
description str, str, The token description [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

permissions

The token permissions

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The token permissions

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, The token permissions

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