TokenStatusInfo

TokenStatusInfo
Status of the token object that can be used for authentication

Base type for token status objects.

JSON Example
{
    "id": "string",
    "display_name": "string",
    "description": "string",
    "allowed_instance_count": 0,
    "remaining_instance_count": 0,
    "status": "string",
    "expiration_timestamp": 0,
    "registration_manifest": "string"
}
string
id
Optional

The Id of the registration token generated by SSP in response to registration token request.

string
display_name
Optional
Constraints: minLength: 3 maxLength: 64

Registration token name.

string
description
Optional
Constraints: maxLength: 1024

Description of this token.

integer As int64 As int64
allowed_instance_count
Optional

Max Number of instances that can use this token.

integer As int64 As int64
remaining_instance_count
Optional

Number of remaining instances that can use this token.

status
Optional

The registration token status.

Possible values are : AVAILABLE, EXPIRED, USED,
expiration_timestamp
Optional

Timestamp in milliseconds since epoch.

string
registration_manifest
Optional

Registration token manifest.