| title | simulationEventsContent resource type |
|---|---|
| description | Represents simulation events in an attack simulation and training campaign. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents simulation events in an attack simulation and training campaign.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.simulationEventsContent",
"compromisedRate": "Double",
"events": [
{
"@odata.type": "microsoft.graph.simulationEvent"
}
]
}