SecretsMountMongodb

constructor(allowedRoles: List<String>? = null, connectionUrl: String? = null, data: Map<String, String>? = null, disableAutomatedRotation: Boolean? = null, maxConnectionLifetime: Int? = null, maxIdleConnections: Int? = null, maxOpenConnections: Int? = null, name: String, password: String? = null, pluginName: String? = null, rootRotationStatements: List<String>? = null, rotationPeriod: Int? = null, rotationSchedule: String? = null, rotationWindow: Int? = null, username: String? = null, usernameTemplate: String? = null, verifyConnection: Boolean? = null)