| title | attackSimulationInfo resource type |
|---|---|
| description | Represents attack simulation information for threat submission. |
| author | palakagrawaljk |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
| toc.title | Attack simulation info |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents attack simulation information for threat submission. If an email was an attack simulation email, the email threat submission would contain corresponding attack simulation information.
| Property | Type | Description |
|---|---|---|
| attackSimDateTime | DateTimeOffset | The date and time of the attack simulation. |
| attackSimDurationTime | Duration | The duration (in time) for the attack simulation. |
| attackSimId | Guid | The activity ID for the attack simulation. |
| attackSimUserId | String | The unique identifier for the user who got the attack simulation email. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.attackSimulationInfo",
"attackSimDateTime": "String (timestamp)",
"attackSimDurationTime": "String (duration)",
"attackSimId": "Guid",
"attackSimUserId": "String"
}