onPremisesAccidentalDeletionPrevention resource type
Namespace: microsoft.graph
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 objects on Microsoft Entra ID.
Properties
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 . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesAccidentalDeletionPrevention",
"synchronizationPreventionType": "String",
"alertThreshold": "Integer"
}