Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.71 KB

File metadata and controls

43 lines (34 loc) · 1.71 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

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onPremisesDirectorySynchronizationConfiguration",
  "accidentalDeletionPrevention": {
    "@odata.type": "microsoft.graph.onPremisesAccidentalDeletionPrevention"
  }
}