Secrets Mount Elasticsearch
constructor(allowedRoles: List<String>? = null, caCert: String? = null, caPath: String? = null, clientCert: String? = null, clientKey: String? = null, data: Map<String, String>? = null, disableAutomatedRotation: Boolean? = null, insecure: Boolean? = null, name: String, password: String, pluginName: String? = null, rootRotationStatements: List<String>? = null, rotationPeriod: Int? = null, rotationSchedule: String? = null, rotationWindow: Int? = null, tlsServerName: String? = null, url: String, username: String, usernameTemplate: String? = null, verifyConnection: Boolean? = null)