Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
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] |
The token permissions
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, | tuple, | The token permissions |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
items | str, | str, | The token permissions |