Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.52 KB

File metadata and controls

60 lines (44 loc) · 2.52 KB
title synchronizationJobRestartCriteria resource type
description Defines the scope of the synchronizationJob: restart action.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 03/21/2024

synchronizationJobRestartCriteria resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.
    • None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.
    • ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.
    • Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.
    • Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.
    • QuarantineState - Temporarily lifts the quarantine.
    • Use Full if you want all of the options.
    • 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "resetScope": "String"
}