Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.16 KB

File metadata and controls

22 lines (14 loc) · 1.16 KB

DynamicSecretTmpCredsUpdate

dynamicSecretTmpCredsUpdate is a command that updates dynamic secret temp creds

Properties

Name Type Description Notes
host String Host
inputRule List<String> 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 Boolean Set output format to JSON [optional]
name String Dynamic secret name
newTtlMin Long New TTL in Minutes
outputRule List<String> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
tmpCredsId String Tmp Creds ID
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]