Sha256: 28f733eca138e0040eba12265cb7bbf6ae75770f7dc2b5439f8d4511114db459

Contents?: true

Size: 1.61 KB

Versions: 18

Compression:

Stored size: 1.61 KB

Contents

# LaunchDarklyApi::Token

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_links** | [**Links**](Links.md) |  | [optional] 
**_id** | [**Id**](Id.md) |  | [optional] 
**owner_id** | [**Id**](Id.md) |  | [optional] 
**member_id** | [**Id**](Id.md) |  | [optional] 
**_member** | [**Member**](Member.md) |  | [optional] 
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the creation time of this access token. | [optional] 
**last_modified** | **Integer** | A unix epoch time in milliseconds specifying the last time this access token was modified. | [optional] 
**last_used** | **Integer** | A unix epoch time in milliseconds specifying the last time this access token was used to authorize access to the LaunchDarkly REST API. | [optional] 
**token** | **String** | The last 4 digits of the unique secret key for this access token. If creating or resetting the token, this will be the full token secret. | [optional] 
**name** | **String** | A human-friendly name for the access token | [optional] 
**role** | **String** | The name of a built-in role for the token | [optional] 
**custom_role_ids** | **Array<String>** | A list of custom role IDs to use as access limits for the access token | [optional] 
**inline_role** | [**Array<Statement>**](Statement.md) |  | [optional] 
**service_token** | **BOOLEAN** | Whether the token will be a service token https://docs.launchdarkly.com/home/account-security/api-access-tokens#service-tokens | [optional] 
**default_api_version** | **Integer** | The default API version for this token | [optional] 


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
launchdarkly_api-5.4.0 docs/Token.md
launchdarkly_api-5.3.0 docs/Token.md
launchdarkly_api-5.1.0 docs/Token.md
launchdarkly_api-5.0.3 docs/Token.md
launchdarkly_api-5.0.2 docs/Token.md
launchdarkly_api-5.0.1 docs/Token.md
launchdarkly_api-5.0.0 docs/Token.md
launchdarkly_api-4.0.0 docs/Token.md
launchdarkly_api-3.10.0 docs/Token.md
launchdarkly_api-3.9.2 docs/Token.md
launchdarkly_api-3.9.1 docs/Token.md
launchdarkly_api-3.9.0 docs/Token.md
launchdarkly_api-3.8.0 docs/Token.md
launchdarkly_api-3.7.1 docs/Token.md
launchdarkly_api-3.7.0 docs/Token.md
launchdarkly_api-3.6.0 docs/Token.md
launchdarkly_api-3.5.0 docs/Token.md
launchdarkly_api-3.4.0 docs/Token.md