Microsoft Graph · Schema

akamaiAttackGroupActionModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
action string The action Akamai applies to the attack group when a matching threat is detected. Common values include deny, none or alert.
group string The name or identifier of the attack group. This value categorizes the type of attack the action applies to.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphakamaiattackgroupactionmodel-schema.json Raw ↑
{
  "$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"
    }
  }
}