Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.38 KB

File metadata and controls

48 lines (40 loc) · 1.38 KB
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

trainingCampaignReport resource type

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.

Properties

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.

Relationships

None.

JSON representation

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"
    }
  ]
}