Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.15 KB

DynamicSecretGetValue.md

File metadata and controls

17 lines (13 loc) · 1.15 KB

akeyless.Model.DynamicSecretGetValue

Properties

Name Type Description Notes
Args List<string> Optional arguments as key=value pairs or JSON strings, e.g - \&quot;- -args=csr=base64_encoded_csr - -args=common_name=bar\&quot; or args='{\&quot;csr\&quot;:\&quot;base64_encoded_csr\&quot;}. It is possible to combine both formats.' [optional]
Host string Host [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
Target string Target Name [optional]
Timeout long Timeout in seconds [optional] [default to 15]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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