Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.54 KB

File metadata and controls

23 lines (19 loc) · 1.54 KB

akeyless.Model.DynamicSecretCreateOpenAI

dynamicSecretCreateOpenAI is a command that creates OpenAI dynamic secret

Properties

Name Type Description Notes
CustomUsernameTemplate string Customize how temporary usernames are generated using go template [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
ItemCustomFields Dictionary<string, string> Additional custom fields to associate with the item [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
ProducerEncryptionKeyName string Dynamic producer encryption key [optional]
ProjectId string Project ID [optional]
Tags List<string> Add tags attached to this object [optional]
TargetName string Name of existing target to use in producer creation [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UserTtl string User TTL [optional] [default to "60m"]

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