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

Latest commit

 

History

History
23 lines (20 loc) · 1.81 KB

File metadata and controls

23 lines (20 loc) · 1.81 KB

LaunchDarkly.Api.Model.Token

Properties

Name Type Description Notes
Links Links [optional]
Id string The unique resource id. [optional]
OwnerId string The unique resource id. [optional]
MemberId string The unique resource id. [optional]
Member Member [optional]
CreationDate long? A unix epoch time in milliseconds specifying the creation time of this access token. [optional]
LastModified long? A unix epoch time in milliseconds specifying the last time this access token was modified. [optional]
LastUsed long? A unix epoch time in milliseconds specifying the last time this access token was used to authorize access to the LaunchDarkly REST API. [optional]
_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]
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]