{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.fraudProtectionProvider", "title": "microsoft.graph.fraudProtectionProvider", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "fraudProtectionProvider", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The display name of the fraud protection provider configuration." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.arkoseFraudProtectionProvider": "#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider", "#microsoft.graph.humanSecurityFraudProtectionProvider": "#/components/schemas/microsoft.graph.humanSecurityFraudProtectionProvider" } } } ] }