| 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] |
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]