Secrets Mount Cassandra
data class SecretsMountCassandra(val allowedRoles: List<String>? = null, val connectTimeout: Int? = null, val data: Map<String, Any>? = null, val hosts: List<String>? = null, val insecureTls: Boolean? = null, val name: String, val password: String? = null, val pemBundle: String? = null, val pemJson: String? = null, val pluginName: String? = null, val port: Int? = null, val protocolVersion: Int? = null, val rootRotationStatements: List<String>? = null, val tls: Boolean? = null, val username: String? = null, val verifyConnection: Boolean? = null)
Constructors
Link copied to clipboard
constructor(allowedRoles: List<String>? = null, connectTimeout: Int? = null, data: Map<String, Any>? = null, hosts: List<String>? = null, insecureTls: Boolean? = null, name: String, password: String? = null, pemBundle: String? = null, pemJson: String? = null, pluginName: String? = null, port: Int? = null, protocolVersion: Int? = null, rootRotationStatements: List<String>? = null, tls: Boolean? = null, username: String? = null, verifyConnection: Boolean? = null)
Properties
Link copied to clipboard
A list of roles that are allowed to use this connection.
Link copied to clipboard
The number of seconds to use as a connection timeout.
Link copied to clipboard
Whether to skip verification of the server certificate when using TLS.
Link copied to clipboard
Specifies the name of the plugin to use.
Link copied to clipboard
The CQL protocol version to use.
Link copied to clipboard
A list of database statements to be executed to rotate the root user's credentials.
Link copied to clipboard
Whether the connection should be verified on initial configuration or not.