Secret Backend Connection Cassandra
data class SecretBackendConnectionCassandra(val connectTimeout: Int? = null, val hosts: List<String>? = null, val insecureTls: Boolean? = null, val password: String? = null, val pemBundle: String? = null, val pemJson: String? = null, val port: Int? = null, val protocolVersion: Int? = null, val skipVerification: Boolean? = null, val tls: Boolean? = null, val username: String? = null)
Constructors
Link copied to clipboard
constructor(connectTimeout: Int? = null, hosts: List<String>? = null, insecureTls: Boolean? = null, password: String? = null, pemBundle: String? = null, pemJson: String? = null, port: Int? = null, protocolVersion: Int? = null, skipVerification: Boolean? = null, tls: Boolean? = null, username: String? = null)
Properties
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
The CQL protocol version to use.
Link copied to clipboard
Skip permissions checks when a connection to Cassandra is first created. These checks ensure that Vault is able to create roles, but can be resource intensive in clusters with many roles.