Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.52 KB

File metadata and controls

36 lines (28 loc) · 2.52 KB

DynamicSecretUpdateCassandra

dynamicSecretUpdateCassandra is a command that updates a Cassandra dynamic secret

Properties

Name Type Description Notes
cassandraCreationStatements String Cassandra creation statements [optional]
cassandraHosts String Cassandra hosts IP or addresses, comma separated [optional]
cassandraPassword String Cassandra superuser password [optional]
cassandraPort String Cassandra port [optional]
cassandraUsername String Cassandra superuser username [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]
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 Map<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional]
name String Dynamic secret name
newName String Dynamic secret name [optional]
outputRule List<String> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
passwordLength String The length of the password to be generated [optional]
producerEncryptionKeyName String Dynamic producer encryption key [optional]
ssl Boolean Enable/Disable SSL [true/false] [optional]
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]
userTtl String User TTL [optional]