UserApiToken

UserApiToken
UserApiToken

Wavefront user api token entity for update requests

JSON Example
{
    "tokenID": "string",
    "tokenName": "string",
    "account": "string",
    "accountType": "string",
    "lastUsed": 0,
    "dateGenerated": 0
}
string
tokenID
Required

The identifier of the user API token

string
tokenName
Optional

The name of the user API token

string
account
Optional

The account who generated this token.

string
accountType
Optional

The user or service account generated this token.

Possible values are : USER_ACCOUNT, SERVICE_ACCOUNT, INACTIVE_SERVICE_ACCOUNT,
integer As int64 As int64
lastUsed
Optional

The last time this token was used

integer As int64 As int64
dateGenerated
Optional

The generation date of the token.