Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.91 KB

File metadata and controls

25 lines (21 loc) · 1.91 KB

DynamicSecretCreateOpenAI

dynamicSecretCreateOpenAI is a command that creates OpenAI dynamic secret

Properties

Name Type Description Notes
custom_username_template str Customize how temporary usernames are generated using go template [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
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]
item_custom_fields dict(str, str) Additional custom fields to associate with the item [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]
producer_encryption_key_name str Dynamic producer encryption key [optional]
project_id str Project ID [optional]
tags list[str] Add tags attached to this object [optional]
target_name str Name of existing target to use in producer creation [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
user_ttl str User TTL [optional] [default to '60m']

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