{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsDefenderScanActionResult", "title": "microsoft.graph.windowsDefenderScanActionResult", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" }, { "title": "windowsDefenderScanActionResult", "required": [ "@odata.type" ], "type": "object", "properties": { "scanType": { "type": "string", "description": "Scan type either full scan or quick scan", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Windows Defender last scan result" } ], "x-ms-discriminator-value": "#microsoft.graph.windowsDefenderScanActionResult" }