Microsoft Graph · Schema

deviceManagementExchangeConnectorSyncType

The type of Exchange Connector sync requested.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicemanagementexchangeconnectorsynctype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorSyncType",
  "title": "deviceManagementExchangeConnectorSyncType",
  "enum": [
    "fullSync",
    "deltaSync"
  ],
  "type": "string",
  "description": "The type of Exchange Connector sync requested.",
  "x-ms-enum": {
    "name": "deviceManagementExchangeConnectorSyncType",
    "modelAsString": false,
    "values": [
      {
        "value": "fullSync",
        "description": "Discover all the device in Exchange.",
        "name": "fullSync"
      },
      {
        "value": "deltaSync",
        "description": "Discover only the device in Exchange which have updated during the delta sync window.",
        "name": "deltaSync"
      }
    ]
  }
}