synchronizationJobRestartCriteria 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.

Defines the scope of the synchronizationJob: restart action.

Properties

Property Type Description
resetScope synchronizationJobRestartScope Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty.
  1. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.
  2. ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.
  3. Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.
  4. Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.
  5. QuarantineState - Temporarily lifts the quarantine.
  6. Use Full if you want all of the options.
  7. ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded.
Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs.

JSON representation

The following JSON representation shows the resource type.

{
  "resetScope": "String"
}