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