Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.15 KB

GetSecretValue.md

File metadata and controls

17 lines (13 loc) · 1.15 KB

GetSecretValue

Properties

Name Type Description Notes
accessibility str for personal password manager [optional] [default to 'regular']
ignore_cache str Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional] [default to 'false']
json bool Set output format to JSON [optional] [default to False]
names list[str] Secret name
pretty_print bool Print the secret value with json-pretty-print (not relevent to SDK) [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
version int Secret version, if negative value N is provided the last N versions will return (maximum 20) [optional]

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