Name |
Type |
Description |
Notes |
_id |
String |
|
|
owner_id |
String |
|
|
member_id |
String |
|
|
_member |
MemberSummary |
|
[optional] |
name |
String |
|
[optional] |
description |
String |
|
[optional] |
creation_date |
Integer |
|
|
last_modified |
Integer |
|
|
custom_role_ids |
Array<String> |
|
[optional] |
inline_role |
Array<Statement> |
|
[optional] |
role |
String |
|
[optional] |
token |
String |
|
[optional] |
service_token |
Boolean |
|
[optional] |
_links |
Hash<String, Link> |
|
|
default_api_version |
Integer |
|
[optional] |
last_used |
Integer |
|
[optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Token.new(
_id: null,
owner_id: null,
member_id: null,
_member: null,
name: null,
description: null,
creation_date: null,
last_modified: null,
custom_role_ids: null,
inline_role: null,
role: reader,
token: api-deadbeef-dead-beef-dead-beefdeadbeef,
service_token: null,
_links: {"parent":{"href":"/api/v2/tokens","type":"application/json"},"self":{"href":"/api/v2/tokens/61095542756dba551110ae21","type":"application/json"}},
default_api_version: null,
last_used: null
)