Edit

Share via


onFraudProtectionLoadStartExternalUsersAuthHandler resource type

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