Property | Type | Description | Example |
---|---|---|---|
agent_token_name | string | Name of the token as it appears in Platform UI. | "main token" |
agent_token_description | string | Brief description of token's purpose, visible in UI. | "short description of the token purpose" |
agent_token_valid_until | string formatted as(ISO 8601 date and time) | Expiry date of the token. | "2022-06-20T15:35:43.300Z" |
agent_token_status | boolean | The value indicates if the tokens is valid or not. | true |
agent_token_id | integer | Unique identifier for the agent token . | 123 |
agent_token_created_at | string formatted as(ISO 8601 date and time) | Creation date for the token. | "2022-06-20T15:35:43.300Z" |
agent_token_updated_at | string formatted as(ISO 8601 date and time) | Date when the token was last updated. | "2022-06-20T15:35:43.300Z" |
Example
{
"agent_token_name": "main token",
"agent_token_description": "short description of the token purpose",
"agent_token_valid_until": "2022-06-20T15:35:43.300Z",
"agent_token_status": true,
"agent_token_id": 123,
"agent_token_created_at": "2022-06-20T15:35:43.300Z",
"agent_token_updated_at": "2022-06-20T15:35:43.300Z"
}