MySqlDataFeedSource type
Represents a MySQL data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.
type MySqlDataFeedSource = {
authenticationType: "Basic"
connectionString?: string
dataSourceType: "MySql"
query: string
}