Microsoft Graph · Schema

akamaiRapidRulesModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
defaultAction string The default action Akamai applies to traffic that matches Rapid Rules. Common values include deny, none or alert.
isEnabled boolean Indicates whether Akamai Rapid Rules are enabled for the WAF integration. If true, Rapid Rules are active and applied to incoming traffic.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphakamairapidrulesmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.akamaiRapidRulesModel",
  "title": "akamaiRapidRulesModel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "defaultAction": {
      "type": "string",
      "description": "The default action Akamai applies to traffic that matches Rapid Rules. Common values include deny, none or alert.",
      "nullable": true
    },
    "isEnabled": {
      "type": "boolean",
      "description": "Indicates whether Akamai Rapid Rules are enabled for the WAF integration. If true, Rapid Rules are active and applied to incoming traffic."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}