Sha256: bb4f6930020660301825294e9c1f9c30118597d9a602049d10beff460b302f25

Contents?: true

Size: 1.35 KB

Versions: 38

Compression:

Stored size: 1.35 KB

Contents

# Fastly::TokenResponse

## 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] |

[[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-6.0.0 docs/TokenResponse.md
fastly-5.3.1 docs/TokenResponse.md
fastly-5.3.0 docs/TokenResponse.md
fastly-5.2.2 docs/TokenResponse.md
fastly-5.2.1 docs/TokenResponse.md
fastly-5.2.0 docs/TokenResponse.md
fastly-5.1.1 docs/TokenResponse.md
fastly-5.1.0 docs/TokenResponse.md
fastly-5.0.0 docs/TokenResponse.md
fastly-4.4.0 docs/TokenResponse.md
fastly-4.3.0 docs/TokenResponse.md
fastly-4.2.0 docs/TokenResponse.md
fastly-4.1.0 docs/TokenResponse.md
fastly-4.0.1.pre.alpha.0 docs/TokenResponse.md
fastly-4.0.0 docs/TokenResponse.md
fastly-4.0.0.alpha4 docs/TokenResponse.md
fastly-4.0.0.alpha3 docs/TokenResponse.md
fastly-4.0.0.alpha2 docs/TokenResponse.md