Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 821 Bytes

SecretResponse.md

File metadata and controls

18 lines (13 loc) · 821 Bytes

WebService::Fastly::Object::SecretResponse

Load the model package

use WebService::Fastly::Object::SecretResponse;

Properties

Name Type Description Notes
name string Name of the secret. [optional]
digest string An opaque identifier of the plaintext secret value. This can be used to determine if a secret value has changed. [optional] [readonly]
created_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
recreated boolean True if the secret replaced a secret with the same name. [optional]

[Back to Model list] [Back to API list] [Back to README]