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