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