Secrets Mount Couchbase
constructor(allowedRoles: List<String>? = null, base64Pem: String? = null, bucketName: String? = null, data: Map<String, String>? = null, disableAutomatedRotation: Boolean? = null, hosts: List<String>, insecureTls: Boolean? = null, name: String, password: String, pluginName: String? = null, rootRotationStatements: List<String>? = null, rotationPeriod: Int? = null, rotationSchedule: String? = null, rotationWindow: Int? = null, tls: Boolean? = null, username: String, usernameTemplate: String? = null, verifyConnection: Boolean? = null)