Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1007 Bytes

File metadata and controls

15 lines (12 loc) · 1007 Bytes

# AccessTokenPost

Properties

Name Type Description Notes
name string A human-friendly name for the access token [optional]
description string A description for the access token [optional]
role string Base role for the token [optional]
custom_role_ids string[] A list of custom role IDs to use as access limits for the access token [optional]
inline_role \LaunchDarklyApi\Model\StatementPost[] A JSON array of statements represented as JSON objects with three attributes: effect, resources, actions. May be used in place of a role. [optional]
service_token bool Whether the token is a service token [optional]
default_api_version int The default API version for this token [optional]

[Back to Model list] [Back to API list] [Back to README]