{
  "entityTypes": [
    {
      "attributes": [
        {
          "id": "account_locked",
          "name": "Account locked",
          "type": "boolean"
        },
        {
          "id": "host",
          "name": "Host",
          "type": "string"
        }
      ],
      "icon": "person",
      "id": "user",
      "plural": "Users",
      "query": "SELECT CONCAT(host, '/', user), user, account_locked = 'Y', host FROM mysql.user",
      "singular": "User"
    }
  ],
  "insightsSourceId": "42",
  "insightsSourceToken": "example-insights-source-token",
  "insightsUrl": "https://example.elimity.com",
  "mssqlDsns": [],
  "mySqlDsns": ["user:password@tcp(host:3306)/database"],
  "oracleDsns": [],
  "relationshipTypes": []
}
