Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Represents cumulative training data for a user in attack simulation and training.
Methods
| Method | Return type | Description |
|---|---|---|
| Get training coverage for users | attackSimulationTrainingUserCoverage collection | List training coverage for tenant users in attack simulation and training campaigns. |
Properties
| Property | Type | Description |
|---|---|---|
| attackSimulationUser | attackSimulationUser | User in an attack simulation and training campaign. |
| userTrainings | userTrainingStatusInfo collection | List of assigned trainings and their statuses for the user. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attackSimulationTrainingUserCoverage",
"attackSimulationUser": {
"@odata.type": "microsoft.graph.attackSimulationUser"
},
"userTrainings": [
{
"@odata.type": "microsoft.graph.userTrainingStatusInfo"
}
]
}