Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.65 KB

Token.md

File metadata and controls

27 lines (22 loc) · 1.65 KB

Token

Properties

Name Type Description Notes
id str
owner_id str
member_id str
creation_date int
last_modified int
links {str: (Link,)} The location and content type of related resources
member MemberSummary [optional]
name str A human-friendly name for the access token [optional]
description str A description for the access token [optional]
custom_role_ids [str] A list of custom role IDs to use as access limits for the access token [optional]
inline_role [Statement] An array of policy statements, with three attributes: effect, resources, actions. May be used in place of a built-in or custom role. [optional]
role str Built-in role for the token [optional]
token str The token value. When creating or resetting, contains the entire token value. Otherwise, contains the last four characters. [optional]
service_token bool Whether this is a service token or a personal token [optional]
default_api_version int The default API version for this token [optional]
last_used int [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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