userSimulationEventInfo 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 of a user in a tenant in an attack simulation and training campaign.

Properties

Property Type Description
browser String Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign.
eventDateTime DateTimeOffset Date and time of the simulation event by a user in an attack simulation and training campaign.
eventName String Name of the simulation event by a user in an attack simulation and training campaign.
ipAddress String IP address from where the simulation event was initiated by a user in an attack simulation and training campaign.
osPlatformDeviceDetails String The operating system, platform, and device details from where the simulation event was initiated by a user in an attack simulation and training campaign.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userSimulationEventInfo",
  "browser": "String",
  "eventDateTime": "String (timestamp)",
  "eventName": "String",
  "ipAddress": "String",
  "osPlatformDeviceDetails": "String"
}