deviceManagementExchangeConnector resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Entity which represents a connection to an Exchange environment.
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementExchangeConnectors | deviceManagementExchangeConnector collection | List properties and relationships of the deviceManagementExchangeConnector objects. |
Get deviceManagementExchangeConnector | deviceManagementExchangeConnector | Read properties and relationships of the deviceManagementExchangeConnector object. |
Create deviceManagementExchangeConnector | deviceManagementExchangeConnector | Create a new deviceManagementExchangeConnector object. |
Delete deviceManagementExchangeConnector | None | Deletes a deviceManagementExchangeConnector. |
Update deviceManagementExchangeConnector | deviceManagementExchangeConnector | Update the properties of a deviceManagementExchangeConnector object. |
sync action | None |
Properties
Property | Type | Description |
---|---|---|
id | String | |
lastSyncDateTime | DateTimeOffset | Last sync time for the Exchange Connector |
status | deviceManagementExchangeConnectorStatus | Exchange Connector Status. Possible values are: none , connectionPending , connected , disconnected , unknownFutureValue . |
primarySmtpAddress | String | Email address used to configure the Service To Service Exchange Connector. |
serverName | String | The name of the Exchange server. |
connectorServerName | String | The name of the server hosting the Exchange Connector. |
exchangeConnectorType | deviceManagementExchangeConnectorType | The type of Exchange Connector Configured. Possible values are: onPremises , hosted , serviceToService , dedicated , unknownFutureValue . |
version | String | The version of the ExchangeConnectorAgent |
exchangeAlias | String | An alias assigned to the Exchange server |
exchangeOrganization | String | Exchange Organization to the Exchange server |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementExchangeConnector",
"id": "String (identifier)",
"lastSyncDateTime": "String (timestamp)",
"status": "String",
"primarySmtpAddress": "String",
"serverName": "String",
"connectorServerName": "String",
"exchangeConnectorType": "String",
"version": "String",
"exchangeAlias": "String",
"exchangeOrganization": "String"
}