attackSimulationInfo resource type

Namespace: microsoft.graph.security

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 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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.attackSimulationInfo",
  "attackSimDateTime": "String (timestamp)",  
  "attackSimDurationTime": "String (duration)",
  "attackSimId": "Guid",
  "attackSimUserId": "String"
}