attackSimulationSimulationUserCoverage 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 simulation data and results for a user in attack simulation and training.
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. |
Properties
Property | Type | Description |
---|---|---|
attackSimulationUser | attackSimulationUser | User in an attack simulation and training campaign. |
clickCount | Int32 | Number of link clicks in the received payloads by the user in attack simulation and training campaigns. |
compromisedCount | Int32 | Number of compromising actions by the user in attack simulation and training campaigns. |
latestSimulationDateTime | DateTimeOffset | Date and time of the latest attack simulation and training campaign that the user was included in. |
simulationCount | Int32 | Number of attack simulation and training campaigns that the user was included in. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attackSimulationSimulationUserCoverage",
"attackSimulationUser": {
"@odata.type": "microsoft.graph.attackSimulationUser"
},
"clickCount": "Int32",
"compromisedCount": "Int32",
"latestSimulationDateTime": "String (timestamp)",
"simulationCount": "Int32"
}