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