Edit

Share via


humanSecurityFraudProtectionProvider resource type

Namespace: microsoft.graph

Used to configure fraud protection using HUMAN Security that integrates with Microsoft Entra External ID to help protect against fraudulent activities during user registration (sign-up) events.

Inherits from fraudProtectionProvider.

Methods

None.

For the list of API operations for managing this resource type, see the fraudProtectionProvider resource type.

Properties

Property Type Description
appId String Unique identifier for an individual application. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager.
displayName String The display name of this HUMAN Security fraud protection provider configuration. Inherited from fraudProtectionProvider.
id String The unique identifier for this HUMAN Security fraud protection provider configuration. Inherited from entity.
serverToken String Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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