A collection of Exchange Active Sync connections.
| Name | Type | Description |
|---|---|---|
| exchangeActiveSyncConnections | array of Exchange Active Sync connection | Collection of Exchange Active Sync Connections. |
Example
{
"exchangeActiveSyncConnections" : [ {
"name" : "example1",
"modernAuthentication" : true,
"azureApplicationId" : "c9356bd9-920a-8yu65ceaef0b",
"azureOrganization" : "example01.example.com"
}, {
"name" : "example2",
"modernAuthentication" : false,
"azureApplicationId" : "...",
"azureOrganization" : "..."
} ]
}