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

Latest commit

 

History

History
14 lines (11 loc) · 936 Bytes

File metadata and controls

14 lines (11 loc) · 936 Bytes

LaunchDarkly.Api.Model.TokenBody

Properties

Name Type Description Notes
Name string A human-friendly name for the access token [optional]
Role string The name of a built-in role for the token [optional]
CustomRoleIds List<string> A list of custom role IDs to use as access limits for the access token [optional]
InlineRole List<Statement> [optional]
ServiceToken bool? Whether the token will be a service token https://docs.launchdarkly.com/home/account-security/api-access-tokens#service-tokens [optional]
DefaultApiVersion int? The default API version for this token [optional]

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