Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.54 KB

File metadata and controls

24 lines (20 loc) · 1.54 KB

DynamicSecretUpdateOpenAI

dynamicSecretUpdateOpenAI is a command that updates 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]
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
new_name str Dynamic secret name [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]