Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.18 KB

GetSecretValue.md

File metadata and controls

17 lines (13 loc) · 1.18 KB

akeyless.Model.GetSecretValue

Properties

Name Type Description Notes
Accessibility string for personal password manager [optional] [default to "regular"]
IgnoreCache string 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<string> Secret name
PrettyPrint bool Print the secret value with json-pretty-print (not relevent to SDK) [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string 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]