Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.27 KB

GatewayUpdateCache.md

File metadata and controls

21 lines (13 loc) · 1.27 KB

GatewayUpdateCache

gatewayUpdateCache is a command that updates cache settings

Properties

Name Type Description Notes
backupInterval String Secure backup interval in minutes. To ensure service continuity in case of power cycle and network outage secrets will be backed up periodically per backup interval [optional]
enableCache String Enable cache [true/false] [optional]
enableProactive String Enable proactive caching [true/false] [optional]
json Boolean Set output format to JSON [optional]
minimumFetchInterval String When using Cache or/and Proactive Cache, additional secrets will be fetched upon requesting a secret, based on the requestor's access policy. Define minimum fetching interval to avoid over fetching in a given time frame [optional]
staleTimeout String Stale timeout in minutes, cache entries which are not accessed within timeout will be removed from cache [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]