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.
{
"$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"
}
}
}