dynamicSecretCreateRedis is a command that creates Redis dynamic secret
Name | Type | Description | Notes |
---|---|---|---|
acl_rules | str | A JSON array list of redis ACL rules to attach to the created user. For available rules see the ACL CAT command https://redis.io/commands/acl-cat By default the user will have permissions to read all keys '["~*", "+@read"]' | [optional] |
delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
description | str | Description of the object | [optional] |
host | str | Redis Host | [optional] [default to '127.0.0.1'] |
json | bool | Set output format to JSON | [optional] [default to False] |
name | str | Dynamic secret name | |
password | str | Redis Password | [optional] |
password_length | str | The length of the password to be generated | [optional] |
port | str | Redis Port | [optional] [default to '6379'] |
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'] |
username | str | Redis Username | [optional] |