Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.48 KB

File metadata and controls

44 lines (37 loc) · 1.48 KB

CallerIdentityRep

Properties

Name Type Description Notes
accountId string [optional] [default to undefined]
environmentId string [optional] [default to undefined]
projectId string [optional] [default to undefined]
environmentName string [optional] [default to undefined]
projectName string [optional] [default to undefined]
authKind string [optional] [default to undefined]
tokenKind string [optional] [default to undefined]
clientId string [optional] [default to undefined]
tokenName string [optional] [default to undefined]
tokenId string [optional] [default to undefined]
memberId string [optional] [default to undefined]
serviceToken boolean [optional] [default to undefined]
scopes Array<string> [optional] [default to undefined]

Example

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

const instance: CallerIdentityRep = {
    accountId,
    environmentId,
    projectId,
    environmentName,
    projectName,
    authKind,
    tokenKind,
    clientId,
    tokenName,
    tokenId,
    memberId,
    serviceToken,
    scopes,
};

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