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 |
Namespace: microsoft.graph
Represents a simulation event in an attack simulation and training campaign.
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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.simulationEvent",
"count": "Int32",
"eventName": "String"
}