| 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 |
Namespace: microsoft.graph
Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.
| Property | Type | Description |
|---|---|---|
| accidentalDeletionPrevention | onPremisesAccidentalDeletionPrevention | Contains the accidental deletion prevention configuration for a tenant. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesDirectorySynchronizationConfiguration",
"accidentalDeletionPrevention": {
"@odata.type": "microsoft.graph.onPremisesAccidentalDeletionPrevention"
}
}