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 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

simulationReport resource type

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.

Properties

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.

Relationships

None.

JSON representation

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