dynamicSecretUpdateCassandra is a command that updates a Cassandra dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| cassandra_creation_statements | str | Cassandra creation statements | [optional] |
| cassandra_hosts | str | Cassandra hosts IP or addresses, comma separated | [optional] |
| cassandra_password | str | Cassandra superuser password | [optional] |
| cassandra_port | str | Cassandra port | [optional] [default to '9042'] |
| cassandra_username | str | Cassandra superuser 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] |
| 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] |
| password_length | str | The length of the password to be generated | [optional] |
| producer_encryption_key_name | str | Dynamic producer encryption key | [optional] |
| ssl | bool | Enable/Disable SSL [true/false] | [optional] [default to False] |
| ssl_certificate | str | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
| 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'] |