| title | assignedTrainingInfo resource type |
|---|---|
| description | Represents assignment information of a training in an attack simulation and training campaign. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents assignment information of a training in an attack simulation and training campaign.
| Property | Type | Description |
|---|---|---|
| assignedUserCount | Int32 | Number of users who were assigned the training in an attack simulation and training campaign. |
| completedUserCount | Int32 | Number of users who completed the training in an attack simulation and training campaign. |
| displayName | String | Display name of the training in an attack simulation and training campaign. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.assignedTrainingInfo",
"assignedUserCount": "Int32",
"completedUserCount": "Int32",
"displayName": "String"
}