Microsoft Graph · Schema

simulationEvent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
count number Count of the simulation event occurrence in an attack simulation and training campaign.
eventName string Name of the simulation event in an attack simulation and training campaign.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsimulationevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.simulationEvent",
  "title": "simulationEvent",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "count": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Count of the simulation event occurrence in an attack simulation and training campaign.",
      "format": "int32",
      "nullable": true
    },
    "eventName": {
      "type": "string",
      "description": "Name of the simulation event in an attack simulation and training campaign.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}