| Name | Type | Description | Notes |
|---|---|---|---|
| args | list[str] | Optional arguments as key=value pairs or JSON strings, e.g - \"--args=csr=base64_encoded_csr --args=common_name=bar\" or args='{\"csr\":\"base64_encoded_csr\"}. It is possible to combine both formats.' | [optional] |
| dbname | str | DBName: Optional override DB name (works only if DS allows it. only relevant for MSSQL) | [optional] |
| host | str | Host | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| name | str | Dynamic secret name | |
| target | str | Target Name | [optional] |
| timeout | int | Timeout in seconds | [optional] [default to 15] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |