onPremisesCurrentExportData resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Data for the current export run.
Properties
Property | Type | Description |
---|---|---|
clientMachineName | String | The name of the onPremises client machine that ran the last export. |
pendingObjectsAddition | Int32 | The count of pending adds from on-premises directory. |
pendingObjectsDeletion | Int32 | The count of pending deletes from on-premises directory. |
pendingObjectsUpdate | Int32 | The count of pending updates from on-premises directory. |
serviceAccount | String | The name of the dirsync service account that is configured to connect to the directory. |
successfulLinksProvisioningCount | Int64 | The count of updated links during the current directory sync export run. |
successfulObjectsProvisioningCount | Int32 | The count of objects that were successfully provisioned during the current directory sync export run. |
totalConnectorSpaceObjects | Int32 | The total number of objects in the AAD Connector Space. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesCurrentExportData",
"pendingObjectsAddition": "Integer",
"pendingObjectsDeletion": "Integer",
"pendingObjectsUpdate": "Integer",
"successfulLinksProvisioningCount": "Integer",
"successfulObjectsProvisioningCount": "Integer",
"clientMachineName": "String",
"serviceAccount": "String",
"totalConnectorSpaceObjects": "Integer"
}