Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.15 KB

File metadata and controls

55 lines (46 loc) · 2.15 KB
title attackSimulationSimulationUserCoverage resource type
description Represents cumulative simulation data and results for a user in attack simulation and training.
author stuartcl
ms.localizationpriority medium
ms.subservice reports
doc_type resourcePageType
ms.date 07/22/2024

attackSimulationSimulationUserCoverage resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents cumulative simulation data and results for a user in attack simulation and training.

Methods

Method Return type Description
Get simulation coverage for users attackSimulationSimulationUserCoverage collection List training coverage for each tenant user in attack simulation and training campaigns.

Properties

Property Type Description
attackSimulationUser attackSimulationUser User in an attack simulation and training campaign.
clickCount Int32 Number of link clicks in the received payloads by the user in attack simulation and training campaigns.
compromisedCount Int32 Number of compromising actions by the user in attack simulation and training campaigns.
latestSimulationDateTime DateTimeOffset Date and time of the latest attack simulation and training campaign that the user was included in.
simulationCount Int32 Number of attack simulation and training campaigns that the user was included in.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.attackSimulationSimulationUserCoverage",
  "attackSimulationUser": {
    "@odata.type": "microsoft.graph.attackSimulationUser"
  },
  "clickCount": "Int32",
  "compromisedCount": "Int32",
  "latestSimulationDateTime": "String (timestamp)",
  "simulationCount": "Int32"
}