Microsoft Graph · Schema

deviceManagementExchangeConnectorStatus

The current status of the Exchange Connector.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicemanagementexchangeconnectorstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorStatus",
  "title": "deviceManagementExchangeConnectorStatus",
  "enum": [
    "none",
    "connectionPending",
    "connected",
    "disconnected",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "The current status of the Exchange Connector.",
  "x-ms-enum": {
    "name": "deviceManagementExchangeConnectorStatus",
    "modelAsString": false,
    "values": [
      {
        "value": "none",
        "description": "No Connector exists.",
        "name": "none"
      },
      {
        "value": "connectionPending",
        "description": "Pending Connection to the Exchange Environment.",
        "name": "connectionPending"
      },
      {
        "value": "connected",
        "description": "Connected to the Exchange Environment",
        "name": "connected"
      },
      {
        "value": "disconnected",
        "description": "Disconnected from the Exchange Environment",
        "name": "disconnected"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}