Sha256: 7bf5836fdf8b776d3605be795a6d8ad80f9f23ba70fbf02fc6ebc1dc751b23ef

Contents?: true

Size: 1.52 KB

Versions: 12

Compression:

Stored size: 1.52 KB

Contents

# Fastly::AutomationTokenResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the token. | [optional] |
| **role** | **String** |  | [optional] |
| **services** | **Array<String>** | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account.  | [optional] |
| **scope** | **String** | A space-delimited list of authorization scope. | [optional][default to 'global'] |
| **expires_at** | **String** | (optional) A UTC time-stamp of when the token will expire. | [optional] |
| **created_at** | **String** | A UTC time-stamp 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] |
| **customer_id** | **String** |  | [optional][readonly] |
| **ip** | **String** | The IP address of the client that last used the token. | [optional] |
| **user_agent** | **String** | The User-Agent header of the client that last used the token. | [optional] |
| **sudo_expires_at** | **String** |  | [optional][readonly] |
| **last_used_at** | **Time** | A UTC time-stamp of when the token was last used. | [optional][readonly] |

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fastly-5.2.2 docs/AutomationTokenResponse.md
fastly-5.2.1 docs/AutomationTokenResponse.md
fastly-5.2.0 docs/AutomationTokenResponse.md
fastly-5.1.1 docs/AutomationTokenResponse.md
fastly-5.1.0 docs/AutomationTokenResponse.md
fastly-5.0.0 docs/AutomationTokenResponse.md
fastly-4.4.0 docs/AutomationTokenResponse.md
fastly-4.3.0 docs/AutomationTokenResponse.md
fastly-4.2.0 docs/AutomationTokenResponse.md
fastly-4.1.0 docs/AutomationTokenResponse.md
fastly-4.0.1.pre.alpha.0 docs/AutomationTokenResponse.md
fastly-4.0.0 docs/AutomationTokenResponse.md