| title | trainingCampaignReportOverview resource type |
|---|---|
| description | Represents an overview report of a training campaign. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an overview report of a training campaign.
| Property | Type | Description |
|---|---|---|
| trainingModuleCompletion | trainingEventsContent | Aggregate data of training completion. |
| trainingNotificationDeliveryStatus | trainingNotificationDelivery | Aggregate data of training mail delivery over the course of the training campaign. |
| userCompletionStatus | userTrainingCompletionSummary | Aggregate data of users training progress. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.trainingCampaignReportOverview",
"trainingModuleCompletion": {
"@odata.type": "microsoft.graph.trainingEventsContent"
},
"userCompletionStatus": {
"@odata.type": "microsoft.graph.userTrainingCompletionSummary"
},
"trainingNotificationDeliveryStatus": {
"@odata.type": "microsoft.graph.trainingNotificationDelivery"
}
}