{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider",
"title": "microsoft.graph.arkoseFraudProtectionProvider",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.fraudProtectionProvider"
},
{
"title": "arkoseFraudProtectionProvider",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"clientSubDomain": {
"type": "string",
"description": "Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value."
},
"privateKey": {
"type": "string",
"description": "The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys."
},
"publicKey": {
"type": "string",
"description": "The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys."
},
"verifySubDomain": {
"type": "string",
"description": "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."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.arkoseFraudProtectionProvider"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.arkoseFraudProtectionProvider"
}