attackSimulationTrainingUserCoverage 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 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"
}
]
}