attackSimulationUser resource type
Namespace: microsoft.graph
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 a user in an attack simulation and training campaign.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attackSimulationUser",
"displayName": "String",
"email": "String",
"outOfOfficeDays": "Int",
"userId": "String"
}