| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | ||
| owner_id | string | ||
| member_id | string | ||
| _member | \LaunchDarklyApi\Model\MemberSummary | [optional] | |
| name | string | A human-friendly name for the access token | [optional] |
| description | string | A description for the access token | [optional] |
| creation_date | int | ||
| last_modified | int | ||
| custom_role_ids | string[] | A list of custom role IDs to use as access limits for the access token | [optional] |
| inline_role | \LaunchDarklyApi\Model\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] |
| service_token | bool | Whether this is a service token or a personal token | [optional] |
| _links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | |
| default_api_version | int | The default API version for this token | [optional] |
| last_used | int | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.