Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

File metadata and controls

16 lines (12 loc) · 1.14 KB

DynamicSecretTmpCredsGet

dynamicSecretTmpCredsGet is a command that returns dynamic secret temp creds

Properties

Name Type Description Notes
input_rule list[str] Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
json bool Set output format to JSON [optional] [default to False]
name str Dynamic secret name
output_rule list[str] Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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