Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 913 Bytes

File metadata and controls

28 lines (21 loc) · 913 Bytes

TokenSummary

Properties

Name Type Description Notes
_links { [key: string]: Link; } [optional] [default to undefined]
_id string [optional] [default to undefined]
name string The name of the token [optional] [default to undefined]
ending string The last few characters of the token [optional] [default to undefined]
serviceToken boolean Whether this is a service token [optional] [default to undefined]

Example

import { TokenSummary } from 'launchdarkly-api-typescript';

const instance: TokenSummary = {
    _links,
    _id,
    name,
    ending,
    serviceToken,
};

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