dynamicSecretTmpCredsUpdate is a command that updates dynamic secret temp creds
| Name | Type | Description | Notes |
|---|---|---|---|
| host | str | Host | |
| 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 | |
| new_ttl_min | int | New TTL in Minutes | |
| output_rule | list[str] | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| tmp_creds_id | str | Tmp Creds ID | |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |