simulationEvent resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}