SecretsMountCassandra

constructor(allowedRoles: List<String>? = null, connectTimeout: Int? = null, data: Map<String, String>? = null, disableAutomatedRotation: Boolean? = 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, rotationPeriod: Int? = null, rotationSchedule: String? = null, rotationWindow: Int? = null, skipVerification: Boolean? = null, tls: Boolean? = null, username: String? = null, verifyConnection: Boolean? = null)