simulationEventsContent resource type

Namespace: microsoft.graph

Represents simulation events in an attack simulation and training campaign.

Properties

Property Type Description
compromisedRate Double Actual percentage of users who fell for the simulated attack in an attack simulation and training campaign.
events simulationEvent collection List of simulation events in an attack simulation and training campaign.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.simulationEventsContent",
  "compromisedRate": "Double",
  "events": [
    {
      "@odata.type": "microsoft.graph.simulationEvent"
    }
  ]
}