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

Latest commit

 

History

History
28 lines (15 loc) · 993 Bytes

File metadata and controls

28 lines (15 loc) · 993 Bytes

LaunchDarklyApi.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]
customRoleIds [String] A list of custom role IDs to use as access limits for the access token [optional]
inlineRole [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]
serviceToken Boolean Whether the token is a service token [optional]
defaultApiVersion Number The default API version for this token [optional]

Enum: RoleEnum

  • reader (value: "reader")

  • writer (value: "writer")

  • admin (value: "admin")