Microsoft Graph · Schema

configuration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
authorizedAppIds array A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternalconnectorsconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalConnectors.configuration",
  "title": "configuration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "authorizedAppIds": {
      "type": "array",
      "items": {
        "type": "string",
        "nullable": true
      },
      "description": "A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}