Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.05 KB

File metadata and controls

29 lines (17 loc) · 1.05 KB

AccessTokenPost

Properties

Name Type Description Notes
name String A human-friendly name for the access token [optional]
description String A description for the access token [optional]
role RoleEnum Base role for the token [optional]
customRoleIds List<String> A list of custom role IDs to use as access limits for the access token [optional]
inlineRole List<StatementPost> A JSON array of statements represented as JSON objects with three attributes: effect, resources, actions. May be used in place of a role. [optional]
serviceToken Boolean Whether the token is a service token [optional]
defaultApiVersion Integer The default API version for this token [optional]

Enum: RoleEnum

Name Value
READER "reader"
WRITER "writer"
ADMIN "admin"