Power BI · JSON Structure

Power Bi Rest Gateway Datasource Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

GatewayDatasource is a JSON Structure definition published by Power BI, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id gatewayId datasourceType connectionDetails credentialType datasourceName

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GatewayDatasource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "gatewayId": {
      "type": "string"
    },
    "datasourceType": {
      "type": "string"
    },
    "connectionDetails": {
      "type": "string"
    },
    "credentialType": {
      "type": "string"
    },
    "datasourceName": {
      "type": "string"
    }
  }
}