Microsoft Graph · Schema

riskPreventionContainer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
fraudProtectionProviders array Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
webApplicationFirewallProviders array Collection of WAF provider configurations registered in the External ID tenant.
webApplicationFirewallVerifications array Collection of verification operations performed for domains or hosts with WAF providers registered in the External ID tenant.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphriskpreventioncontainer-schema.json Raw ↑
{
  "$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"
    }
  }
}