Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
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.
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.attackSimulationInfo",
"attackSimDateTime": "String (timestamp)",
"attackSimDurationTime": "String (duration)",
"attackSimId": "Guid",
"attackSimUserId": "String"
}