Microsoft Graph · Schema

cloudFlareRuleModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
action string The action Cloudflare applies when the rule matches traffic. Common values include Managed Challenge, Interactive Challenge, Log, Block, JS Challenge, or Skip.
name string Friendly name for the rule, used in UIs or logs to help administrators identify the rule.
ruleId string Unique identifier assigned to the rule by Cloudflare or the integration.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudflarerulemodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudFlareRuleModel",
  "title": "cloudFlareRuleModel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "description": "The action Cloudflare applies when the rule matches traffic. Common values include Managed Challenge, Interactive Challenge, Log, Block, JS Challenge, or Skip.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "Friendly name for the rule, used in UIs or logs to help administrators identify the rule.",
      "nullable": true
    },
    "ruleId": {
      "type": "string",
      "description": "Unique identifier assigned to the rule by Cloudflare or the integration.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}