{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.akamaiAttackGroupActionModel",
"title": "akamaiAttackGroupActionModel",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "The action Akamai applies to the attack group when a matching threat is detected. Common values include deny, none or alert.",
"nullable": true
},
"group": {
"type": "string",
"description": "The name or identifier of the attack group. This value categorizes the type of attack the action applies to.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}