| title | onPremisesAccidentalDeletionPrevention resource type |
|---|---|
| description | Contains the accidental deletion prevention configuration 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
[!INCLUDE beta-disclaimer]
Contains the accidental deletion prevention configuration for a tenant. This configuration is geared at administrators who accidentally make an on-premises Active Directory change which results in deleting a large number of items on Microsoft Entra ID.
| Property | Type | Description |
|---|---|---|
| alertThreshold | Int32 | Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. |
| synchronizationPreventionType | onPremisesDirectorySynchronizationDeletionPreventionType | The status of the accidental deletion prevention feature. The possible values are: disabled, enabledForCount, enabledForPercentage, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesAccidentalDeletionPrevention",
"synchronizationPreventionType": "String",
"alertThreshold": "Integer"
}