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
Used to configure fraud protection using Arkose Labs 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 |
|---|---|---|
| clientSubDomain | String | Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value. |
| displayName | String | The display name of this Arkose fraud protection provider configuration. Inherited from fraudProtectionProvider. |
| id | String | The unique identifier for this Arkose fraud protection provider configuration. Inherited from entity. |
| privateKey | String | The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. |
| publicKey | String | The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys. |
| verifySubDomain | String | Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.arkoseFraudProtectionProvider",
"id": "String (identifier)",
"displayName": "String",
"publicKey": "String",
"privateKey": "String",
"clientSubDomain": "String",
"verifySubDomain": "String"
}