Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 3.35 KB

File metadata and controls

36 lines (32 loc) · 3.35 KB

akeyless.Model.DynamicSecretCreateRedis

dynamicSecretCreateRedis is a command that creates Redis dynamic secret

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]
CustomUsernameTemplate string Customize how temporary usernames are generated using go template [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"]
InputRule List<string> Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
ItemCustomFields Dictionary<string, string> Additional custom fields to associate with the item [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
OutputRule List<string> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [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 bool 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 List<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]
UseCapitalLetters string Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] [optional]
UseLowerLetters string Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] [optional]
UseNumbers string Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] [optional]
UseSpecialCharacters string [optional]
UserTtl string User TTL [optional] [default to "60m"]
Username string Redis Username [optional]

[Back to Model list] [Back to API list] [Back to README]