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

     1  # TokenBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Name** | **string** | A human-friendly name for the access token | [optional] [default to null]
     7  **Role** | **string** | The name of a built-in role for the token | [optional] [default to null]
     8  **CustomRoleIds** | **[]string** | A list of custom role IDs to use as access limits for the access token | [optional] [default to null]
     9  **InlineRole** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    10  **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]
    11  **DefaultApiVersion** | **int32** | The default API version for this token | [optional] [default to null]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15