Microsoft Graph · Schema

dataSourceConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
externalItem object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdatasourceconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.dataSourceConfiguration",
  "title": "dataSourceConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "externalItem": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.externalItemConfiguration"
        },
        {
          "type": "object",
          "nullable": true
        }
      ]
    },
    "@odata.type": {
      "type": "string"
    }
  }
}