Edit

Share via


fraudProtectionProvider resource type

Namespace: microsoft.graph

Represents the configuration details for a third-party fraud protection provider that integrates with Microsoft Entra External ID to help protect against fraudulent activities during authentication events. This is an abstract type that serves as the base resource for specific provider implementations. The following derived types are currently supported.

For more information, see Integrate Microsoft Entra External ID with Arkose Labs and HUMAN Security for fraud protection (preview).

Inherits from entity.

Methods

Method Return type Description
List fraudProtectionProvider collection Get a list of the fraudProtectionProviders and their properties.
Create fraudProtectionProvider Create a new fraudProtectionProvider object.
Get fraudProtectionProvider Read the properties and relationships of fraudProtectionProvider object.
Update None Update the properties of a fraudProtectionProvider object.
Delete None Delete a fraudProtectionProvider object.

Properties

Property Type Description
displayName String The display name of the fraud protection provider configuration.
id String The unique identifier for the fraud protection provider configuration. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.fraudProtectionProvider",
  "id": "String (identifier)",
  "displayName": "String"
}