Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.61 KB

onpremisesdirectorysynchronizationconfiguration.md

File metadata and controls

41 lines (32 loc) · 1.61 KB
title description author ms.localizationpriority ms.subservice doc_type
onPremisesDirectorySynchronizationConfiguration resource type
Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.
dkershaw10
medium
entra-directory-management
resourcePageType

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"
  }
}