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 is a JSON representation of the resource.

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