Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.65 KB

usersimulationeventinfo.md

File metadata and controls

46 lines (39 loc) · 1.65 KB
title description author ms.localizationpriority ms.subservice doc_type
userSimulationEventInfo resource type
Represents a simulation event of a user in a tenant in an attack simulation and training campaign.
stuartcl
medium
security
resourcePageType

userSimulationEventInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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