github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/Token.md (about)

     1  # Token
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
     7  **Id** | **string** | The unique resource id. | [optional] [default to null]
     8  **OwnerId** | **string** | The unique resource id. | [optional] [default to null]
     9  **MemberId** | **string** | The unique resource id. | [optional] [default to null]
    10  **Member** | [***Member**](Member.md) |  | [optional] [default to null]
    11  **CreationDate** | **int64** | A unix epoch time in milliseconds specifying the creation time of this access token. | [optional] [default to null]
    12  **LastModified** | **int64** | A unix epoch time in milliseconds specifying the last time this access token was modified. | [optional] [default to null]
    13  **LastUsed** | **int64** | A unix epoch time in milliseconds specifying the last time this access token was used to authorize access to the LaunchDarkly REST API. | [optional] [default to null]
    14  **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] [default to null]
    15  **Name** | **string** | A human-friendly name for the access token | [optional] [default to null]
    16  **Role** | **string** | The name of a built-in role for the token | [optional] [default to null]
    17  **CustomRoleIds** | **[]string** | A list of custom role IDs to use as access limits for the access token | [optional] [default to null]
    18  **InlineRole** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    19  **ServiceToken** | **bool** | Whether the token will be a service token https://docs.launchdarkly.com/home/account-security/api-access-tokens#service-tokens | [optional] [default to null]
    20  **DefaultApiVersion** | **int32** | The default API version for this token | [optional] [default to null]
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24