| 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 | String | Base role for the token | [optional] |
| customRoleIds | [String] | A list of custom role IDs to use as access limits for the access token | [optional] |
| inlineRole | [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 | Number | The default API version for this token | [optional] |
-
reader(value:"reader") -
writer(value:"writer") -
admin(value:"admin")