// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // WindowsDefenderScanActionResult undocumented type WindowsDefenderScanActionResult struct { // DeviceActionResult is the base model of WindowsDefenderScanActionResult DeviceActionResult // ScanType Scan type either full scan or quick scan ScanType *string `json:"scanType,omitempty"` }