diff --git a/api/secret.go b/api/secret.go index 8ac70ba254..14924f9d08 100644 --- a/api/secret.go +++ b/api/secret.go @@ -9,6 +9,9 @@ import ( // Secret is the structure returned for every secret within Vault. type Secret struct { + // The request ID that generated this response + RequestID string `json:"request_id"` + LeaseID string `json:"lease_id"` LeaseDuration int `json:"lease_duration"` Renewable bool `json:"renewable"`