| title | userSimulationEventInfo resource type |
|---|---|
| description | Represents a simulation event of a user in a tenant in an attack simulation and training campaign. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a simulation event of a user in a tenant in an attack simulation and training campaign.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userSimulationEventInfo",
"browser": "String",
"eventDateTime": "String (timestamp)",
"eventName": "String",
"ipAddress": "String",
"osPlatformDeviceDetails": "String"
}