MongoDbLinkedServiceArgs

constructor(allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authSource: Output<Any>? = null, authenticationType: Output<Either<String, MongoDbAuthenticationType>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, databaseName: Output<Any>, description: Output<String>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, server: Output<Any>, type: Output<String>, username: Output<Any>? = null, version: Output<String>? = null)