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