MongoDbDataFeedSource type

Represents a MongoDB data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type MongoDbDataFeedSource = {
  authenticationType: "Basic"
  command: string
  connectionString?: string
  dataSourceType: "MongoDB"
  database: string
}