| title | simulationReport resource type |
|---|---|
| description | Represents a report of an attack simulation and training campaign, including an overview and users who participated in the campaign. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a report of an attack simulation and training campaign, including an overview and users who participated in the campaign.
| Property | Type | Description |
|---|---|---|
| overview | simulationReportOverview | Overview of an attack simulation and training campaign. |
| simulationUsers | userSimulationDetails collection | The tenant users and their online actions in an attack simulation and training campaign. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.simulationReport",
"overview": {
"@odata.type": "microsoft.graph.simulationReportOverview"
},
"simulationUsers": [
{
"@odata.type": "microsoft.graph.userSimulationDetails"
}
]
}