Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 952 Bytes

File metadata and controls

39 lines (32 loc) · 952 Bytes
title description author ms.localizationpriority ms.subservice doc_type
simulationEvent resource type
Represents a simulation event in an attack simulation and training campaign.
stuartcl
medium
security
resourcePageType

simulationEvent resource type

Namespace: microsoft.graph

Represents a simulation event in an attack simulation and training campaign.

Properties

Property Type Description
count Int32 Count of the simulation event occurrence in an attack simulation and training campaign.
eventName String Name of the simulation event in an attack simulation and training campaign.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.simulationEvent",
  "count": "Int32",
  "eventName": "String"
}