Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.24 KB

Token.md

File metadata and controls

24 lines (20 loc) · 1.24 KB

Token

Properties

Name Type Description Notes
_links Links [optional] [default to null]
_id Id [optional] [default to null]
ownerId Id [optional] [default to null]
memberId Id [optional] [default to null]
_member Member [optional] [default to null]
creationDate integer [optional] [default to null]
lastModified integer [optional] [default to null]
lastUsed integer [optional] [default to null]
token string [optional] [default to null]
name string [optional] [default to null]
role string [optional] [default to null]
customRoleIds array[string] [optional] [default to null]
inlineRole array[Statement] [optional] [default to null]
serviceToken boolean [optional] [default to null]
defaultApiVersion integer [optional] [default to null]

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