ApiTokenModel
ApiTokenModel
Wavefront api token entity
JSON Example
{
"accountType": "string",
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"dateGenerated": 0,
"customer": "string",
"lastUsed": 0,
"account": "string"
}
string
accountType
Optional
The user or service account generated this token.
Possible values are : USER_ACCOUNT, SERVICE_ACCOUNT, INACTIVE_SERVICE_ACCOUNT,
string
name
Optional
The name of the token.
string
id
Optional
The unique identifier of the token.
integer As int64 As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64 As int64
dateGenerated
Optional
The generation date of the token.
string
customer
Optional
The id of the customer to which the token belongs.
integer As int64 As int64
lastUsed
Optional
The last time this token was used.
string
account
Optional
The account who generated this token.