{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector", "title": "microsoft.graph.deviceManagementExchangeConnector", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "deviceManagementExchangeConnector", "required": [ "@odata.type" ], "type": "object", "properties": { "connectorServerName": { "type": "string", "description": "The name of the server hosting the Exchange Connector.", "nullable": true }, "exchangeAlias": { "type": "string", "description": "An alias assigned to the Exchange server", "nullable": true }, "exchangeConnectorType": { "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorType" }, "exchangeOrganization": { "type": "string", "description": "Exchange Organization to the Exchange server", "nullable": true }, "lastSyncDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "Last sync time for the Exchange Connector", "format": "date-time" }, "primarySmtpAddress": { "type": "string", "description": "Email address used to configure the Service To Service Exchange Connector.", "nullable": true }, "serverName": { "type": "string", "description": "The name of the Exchange server.", "nullable": true }, "status": { "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorStatus" }, "version": { "type": "string", "description": "The version of the ExchangeConnectorAgent", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Entity which represents a connection to an Exchange environment." } ], "x-ms-discriminator-value": "#microsoft.graph.deviceManagementExchangeConnector" }