{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.riskPreventionContainer", "title": "riskPreventionContainer", "required": [ "@odata.type" ], "type": "object", "properties": { "fraudProtectionProviders": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.fraudProtectionProvider" }, "description": "Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.", "x-ms-navigationProperty": true }, "webApplicationFirewallProviders": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallProvider" }, "description": "Collection of WAF provider configurations registered in the External ID tenant.", "x-ms-navigationProperty": true }, "webApplicationFirewallVerifications": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallVerificationModel" }, "description": "Collection of verification operations performed for domains or hosts with WAF providers registered in the External ID tenant.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }