securityReportsRoot 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 an abstract type that contains resources for attack simulation and training reports. This resource provides the ability to launch a realistic simulated phishing attack that organizations can learn from.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get simulation coverage for users | attackSimulationSimulationUserCoverage collection | List training coverage for each tenant user in attack simulation and training campaigns. |
Get training coverage for users | attackSimulationTrainingUserCoverage collection | List training coverage for tenant users in attack simulation and training campaigns. |
Get repeat offenders | attackSimulationRepeatOffender collection | List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. |
Properties
None.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.securityReportsRoot",
}