Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 4.29 KB

File metadata and controls

63 lines (53 loc) · 4.29 KB
title onPremisesDirectorySynchronizationConfiguration resource type
description Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.
author dhanyahk
ms.reviewer damaiya,vifernan,awsdev
ms.localizationpriority medium
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 10/03/2024

onPremisesDirectorySynchronizationConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.

Properties

Property Type Description
accidentalDeletionPrevention onPremisesAccidentalDeletionPrevention Contains the accidental deletion prevention configuration for a tenant.
anchorAttribute String The anchor attribute allows customers to customize the property used to create source anchors for synchronization enabled objects.
applicationId String The identifier of the on-premises directory synchronization client application that is configured for the tenant.
currentExportData onPremisesCurrentExportData Data for the current export run.
customerRequestedSynchronizationInterval Duration Interval of time that the customer requested the sync client waits between sync cycles.
synchronizationClientVersion String Indicates the version of the on-premises directory synchronization application.
synchronizationInterval Duration Interval of time the sync client should honor between sync cycles
writebackConfiguration onPremisesWritebackConfiguration Configuration to control how cloud created or owned objects are synchronized back to the on-premises directory.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onPremisesDirectorySynchronizationConfiguration",
  "accidentalDeletionPrevention": {
    "@odata.type": "microsoft.graph.onPremisesAccidentalDeletionPrevention"
  },
  "anchorAttribute": "String",
  "applicationId": "String",
  "currentExportData": {
    "@odata.type": "microsoft.graph.onPremisesCurrentExportData"
  },
  "customerRequestedSynchronizationInterval": "String (duration)",
  "synchronizationClientVersion": "String",
  "synchronizationInterval": "String (duration)",
  "writebackConfiguration": {
    "@odata.type": "microsoft.graph.onPremisesWritebackConfiguration"
  }
}