windowsDefenderProductStatus 枚举类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows Defender 的产品状态
Members
成员 | 值 | 说明 |
---|---|---|
noStatus | 0 | 无状态 |
serviceNotRunning | 1 | 服务未运行 |
serviceStartedWithoutMalwareProtection | 2 | 服务在没有任何恶意软件防护引擎的情况下启动 |
pendingFullScanDueToThreatAction | 4 | 由于威胁操作而挂起完全扫描 |
pendingRebootDueToThreatAction | 8 | 因威胁操作而挂起的重新启动 |
pendingManualStepsDueToThreatAction | 16 | 因威胁操作而挂起的手动步骤 |
avSignaturesOutOfDate | 32 | AV 签名已过期 |
asSignaturesOutOfDate | 64 | AS 签名已过期 |
noQuickScanHappenedForSpecifiedPeriod | 128 | 在指定时间段内未发生快速扫描 |
noFullScanHappenedForSpecifiedPeriod | 256 | 在指定时间段内未发生完全扫描 |
systemInitiatedScanInProgress | 512 | 系统启动的扫描正在进行中 |
systemInitiatedCleanInProgress | 1024 | 系统启动的清理正在进行 |
samplesPendingSubmission | 2048 | 有一些示例等待提交 |
productRunningInEvaluationMode | 4096 | 在评估模式下运行的产品 |
productRunningInNonGenuineMode | 8192 | 在非正版 Windows 模式下运行的产品 |
productExpired | 16384 | 产品已过期 |
offlineScanRequired | 32768 | 需要线下扫描 |
serviceShutdownAsPartOfSystemShutdown | 65536 | 服务在系统关闭过程中正在关闭 |
threatRemediationFailedCritically | 131072 | 威胁修正严重失败 |
threatRemediationFailedNonCritically | 262144 | 威胁修正非严重失败 |
noStatusFlagsSet | 524288 | 没有设置状态标志 (初始化良好状态) |
platformOutOfDate | 1048576 | 平台已过期 |
platformUpdateInProgress | 2097152 | 平台更新正在进行中 |
platformAboutToBeOutdated | 4194304 | 平台即将过时 |
signatureOrPlatformEndOfLifeIsPastOrIsImpending | 8388608 | 签名或平台生命周期已过或即将结束 |
windowsSModeSignaturesInUseOnNonWin10SInstall | 16777216 | 非 Win10S 安装上仍在使用的 Windows SMode 签名 |