fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TokenResponseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> |  | [readonly]
**user_id** | Option<**String**> |  | [readonly]
**created_at** | Option<**String**> | Time-stamp (UTC) of when the token was created. | 
**last_used_at** | Option<**String**> | Time-stamp (UTC) of when the token was last used. | [readonly]
**expires_at** | Option<**String**> | Time-stamp (UTC) of when the token will expire (optional). | 
**ip** | Option<**String**> | IP Address of the client that last used the token. | 
**user_agent** | Option<**String**> | User-Agent header of the client that last used the token. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)