Connection Profile Mysql Profile
data class ConnectionProfileMysqlProfile(val hostname: String, val password: String? = null, val port: Int? = null, val secretManagerStoredPassword: String? = null, val sslConfig: ConnectionProfileMysqlProfileSslConfig? = null, val username: String)