命名空间:microsoft.graph.windowsUpdates
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示有关质量更新) 解决的常见漏洞和风险 (CVE 的严重性信息的摘要。 国家漏洞数据库使用通用漏洞评分系统 (CVSS) 来提供严重性的定性度量值。 每个 CVE 的严重性级别可以是 moderate、 important或 critical ,以及从 0.0 到 10.0的 CVSS 基础分数。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| exploitedCves | microsoft.graph.windowsUpdates.cveInformation 集合 | 收集有关质量更新中解决的每个公开利用的漏洞的信息。 |
| maxBaseScore | 双精度 | 质量更新解决的任何 CVE 发生的最高基本分数。 只读。 |
| maxSeverityLevel | microsoft.graph.windowsUpdates.cveSeverityLevel | 质量更新解决的任何 CVE 所发生的最高严重性级别。 可能的值包括 critical、important、moderate、unknownFutureValue。 只读。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.windowsUpdates.qualityUpdateCveSeverityInformation",
"exploitedCves": [{"@odata.type": "microsoft.graph.windowsUpdates.cveInformation"}],
"maxBaseScore": "Double",
"maxSeverityLevel": "String"
}