Sha256: 2268482af59b315e28db7631f83b14065a78d3e05bbfc494fbb1196c95131019

Contents?: true

Size: 747 Bytes

Versions: 21

Compression:

Stored size: 747 Bytes

Contents

# Fastly::Secret

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A human-readable name for the secret. The value must contain only letters, numbers, dashes (`-`), underscores (`_`), and periods (`.`). | [optional] |
| **secret** | **String** | A Base64-encoded string containing either the secret or the encrypted secret (when using client_key). The maximum secret size (before Base64 encoding and optional local encryption) is 64KB. | [optional] |
| **client_key** | **String** | The Base64-encoded string containing the client key used to encrypt the secret, if applicable. | [optional] |

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

Version data entries

21 entries across 21 versions & 1 rubygems

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