Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.61 KB

File metadata and controls

46 lines (39 loc) · 1.61 KB
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

attackSimulationInfo resource type

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.

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