| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| ownerId | String | ||
| memberId | String | ||
| member | MemberSummary | [optional] | |
| name | String | A human-friendly name for the access token | [optional] |
| description | String | A description for the access token | [optional] |
| creationDate | Long | ||
| lastModified | Long | ||
| customRoleIds | List<String> | A list of custom role IDs to use as access limits for the access token | [optional] |
| inlineRole | List<Statement> | An array of policy statements, with three attributes: effect, resources, actions. May be used in place of a role. | [optional] |
| role | String | Base role for the token | [optional] |
| token | String | The token value. When creating or resetting, contains the entire token value. Otherwise, contains the last four characters. | [optional] |
| serviceToken | Boolean | Whether this is a service token or a personal token | [optional] |
| links | Map<String, Link> | The location and content type of related resources | |
| defaultApiVersion | Integer | The default API version for this token | [optional] |
| lastUsed | Long | [optional] |