Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
A managed handler that defines what third-party fraud protection is enabled or disabled in an external identities user flow for Microsoft Entra External ID tenants.
Inherits from onFraudProtectionLoadStartHandler.
Properties
| Property | Type | Description |
|---|---|---|
| signUp | fraudProtectionConfiguration | Specifies the fraud protection configuration for sign-up events. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler",
"signUp": {
"@odata.type": "microsoft.graph.fraudProtectionConfiguration"
}
}