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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.simulationEventsContent",
"compromisedRate": "Double",
"events": [
{
"@odata.type": "microsoft.graph.simulationEvent"
}
]
}