Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.01 KB

File metadata and controls

41 lines (35 loc) · 1.01 KB
title attackSimulationUser resource type
description Represents a user in an attack simulation and training campaign.
author stuartcl
ms.localizationpriority medium
ms.subservice reports
doc_type resourcePageType
ms.date 07/22/2024

attackSimulationUser resource type

Namespace: microsoft.graph

Represents a user in an attack simulation and training campaign.

Properties

Property Type Description
displayName String Display name of the user.
email String Email address of the user.
userId String This is the id property value of the user resource that represents the user in the Microsoft Entra tenant.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.attackSimulationUser",
  "displayName": "String",
  "email": "String",
  "userId": "String"
}