Microsoft Graph · Schema

cloudFlareRulesetModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string Friendly name for the ruleset, used in UIs and logs to help administrators identify the ruleset.
phaseName string Name of the phase during which the ruleset is evaluated (for example, httprequestfirewallmanaged, httprequestfirewallcustom, or provider-specific phase names). This indicates when in the request/respo
rulesetId string Unique identifier assigned to the ruleset by Cloudflare or the integration.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudflarerulesetmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudFlareRulesetModel",
  "title": "cloudFlareRulesetModel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Friendly name for the ruleset, used in UIs and logs to help administrators identify the ruleset.",
      "nullable": true
    },
    "phaseName": {
      "type": "string",
      "description": "Name of the phase during which the ruleset is evaluated (for example, httprequestfirewallmanaged, httprequestfirewallcustom, or provider-specific phase names). This indicates when in the request/response lifecycle the rules apply.",
      "nullable": true
    },
    "rulesetId": {
      "type": "string",
      "description": "Unique identifier assigned to the ruleset by Cloudflare or the integration.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}