gatewayCreateProducerChef is a command that creates chef producer [Deprecated: Use dynamic-secret-create-chef command]
| Name | Type | Description | Notes |
|---|---|---|---|
| chef_orgs | str | Organizations | [optional] |
| chef_server_key | str | Server key | [optional] |
| chef_server_url | str | Server URL | [optional] |
| chef_server_username | str | Server username | [optional] |
| 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] |
| 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 | |
| password_length | str | The length of the password to be generated | [optional] |
| producer_encryption_key_name | str | Dynamic producer encryption key | [optional] |
| skip_ssl | bool | Skip SSL | [optional] [default to True] |
| tags | list[str] | Add tags attached to this object | [optional] |
| target_name | str | Target name | [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'] |