| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a user in an attack simulation and training campaign.
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the user. |
| String | Email address of the user. | |
| outOfOfficeDays | Int32 | Number of days the user is OOF during a simulation journey/course of a campaign. |
| userId | String | The id property value of the user resource that represents the user in the Microsoft Entra tenant. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attackSimulationUser",
"displayName": "String",
"email": "String",
"outOfOfficeDays": "Int",
"userId": "String"
}