Sha256: 3edc4310c9f63c9aa3a50e32e3282fa4052a7629423c94a2d7835c9d3d980a81

Contents?: true

Size: 1.49 KB

Versions: 38

Compression:

Stored size: 1.49 KB

Contents

# Fastly::TokenCreatedResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **services** | **Array<String>** | List of alphanumeric strings identifying services (optional). If no services are specified, the token will have access to all services on the account.  | [optional][readonly] |
| **name** | **String** | Name of the token. | [optional] |
| **scope** | **String** | Space-delimited list of authorization scope. | [optional][default to 'global'] |
| **created_at** | **String** | Time-stamp (UTC) of when the token was created. | [optional] |
| **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **id** | **String** |  | [optional][readonly] |
| **user_id** | **String** |  | [optional][readonly] |
| **last_used_at** | **String** | Time-stamp (UTC) of when the token was last used. | [optional][readonly] |
| **expires_at** | **String** | Time-stamp (UTC) of when the token will expire (optional). | [optional] |
| **ip** | **String** | IP Address of the client that last used the token. | [optional] |
| **user_agent** | **String** | User-Agent header of the client that last used the token. | [optional] |
| **access_token** | **String** | The alphanumeric string for accessing the API (only available on token creation). | [optional] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/TokenCreatedResponse.md
fastly-8.10.0 docs/TokenCreatedResponse.md
fastly-8.9.0 docs/TokenCreatedResponse.md
fastly-8.8.0 docs/TokenCreatedResponse.md
fastly-8.7.0 docs/TokenCreatedResponse.md
fastly-8.6.0 docs/TokenCreatedResponse.md
fastly-8.5.0 docs/TokenCreatedResponse.md
fastly-8.4.0 docs/TokenCreatedResponse.md
fastly-8.2.0 docs/TokenCreatedResponse.md
fastly-8.1.0 docs/TokenCreatedResponse.md
fastly-8.0.1 docs/TokenCreatedResponse.md
fastly-8.0.0 docs/TokenCreatedResponse.md
fastly-7.2.2 docs/TokenCreatedResponse.md
fastly-7.2.1 docs/TokenCreatedResponse.md
fastly-7.2.0 docs/TokenCreatedResponse.md
fastly-7.1.1 docs/TokenCreatedResponse.md
fastly-7.1.0 docs/TokenCreatedResponse.md
fastly-7.0.0 docs/TokenCreatedResponse.md
fastly-6.0.2 docs/TokenCreatedResponse.md
fastly-6.0.1 docs/TokenCreatedResponse.md