simulationEvent resource type

Namespace: microsoft.graph

Represents a simulation event in an attack simulation and training campaign.

Properties

Property Type Description
count Int32 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.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.simulationEvent",
  "count": "Int32",
  "eventName": "String"
}