{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.simulationReportOverview", "title": "simulationReportOverview", "required": [ "@odata.type" ], "type": "object", "properties": { "recommendedActions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.recommendedAction" }, "description": "List of recommended actions for a tenant to improve its security posture based on the attack simulation and training campaign attack type." }, "resolvedTargetsCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Number of valid users in the attack simulation and training campaign.", "format": "int32", "nullable": true }, "simulationEventsContent": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.simulationEventsContent" }, { "type": "object", "nullable": true } ], "description": "Summary of simulation events in the attack simulation and training campaign." }, "trainingEventsContent": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.trainingEventsContent" }, { "type": "object", "nullable": true } ], "description": "Summary of assigned trainings in the attack simulation and training campaign." }, "@odata.type": { "type": "string" } } }