Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.9 KB

DynamicSecretUpdateRedis.md

File metadata and controls

27 lines (23 loc) · 1.9 KB

akeyless.DynamicSecretUpdateRedis

Properties

Name Type Description Notes
aclRules String 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]
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
host String Redis Host [optional] [default to '127.0.0.1']
json Boolean Set output format to JSON [optional] [default to false]
name String Dynamic secret name
newName String Dynamic secret name [optional]
password String Redis Password [optional]
passwordLength String The length of the password to be generated [optional]
port String Redis Port [optional] [default to '6379']
producerEncryptionKeyName String Dynamic producer encryption key [optional]
ssl Boolean Enable/Disable SSL [true/false] [optional] [default to false]
sslCertificate String SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) [optional]
tags [String] Add tags attached to this object [optional]
targetName String Target name [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']
username String Redis Username [optional]