secureScoreControlProfile 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示租户的每个控制数据的安全分数。 默认情况下,它返回租户的所有控件,并且可以显式拉取各个控件。

方法

方法 返回类型 说明
列出 secureScoreControlProfiles secureScoreControlProfile 集合 获取 secureScoreControlProfile 对象的集合。

属性

名称 类型 说明
azureTenantId 字符串 租户 ID 的 GUID 字符串。
controlName String 控件的名称。
title String 控件的标题。
complianceInformation complianceInformation 集合 与安全功能分数控制关联的合规性信息的收集
controlCategory 字符串 控制操作类别 (帐户、数据、设备、应用、基础结构) 。
actionType String 控制操作类型 (配置、审阅、行为) 。
服务 String 拥有 Exchange、Sharepoint Microsoft Entra ID) (控件的服务。
maxScore 字符串 当前在指定日期获得的最大分数。
字符串 控制层 (核心、深度防御、Advanced.)
userImpact 字符串 实施控制对用户的影响 (低、中、高) 。
implementationCost 字符串 阻碍控制的资源成本 (低、中、高) 。
排名 Int32 Microsoft 的堆栈控制排名。
威胁 String 集合 控件缓解的威胁列表 (accountBreach、dataDeletion、dataExfiltration、dataSpillage、elevationOfPrivilege、maliciousInsider、passwordCracking、phishingOrWhaling、spoof) 。
废弃 布尔值 指示控件是否已弃用的标志。
修复 String 描述控件将帮助修正的内容。
remediationImpact String 描述修正对用户的影响。
actionUrl String 控件可以操作的 URL。
controlStateUpdates secureScoreControlStateUpdate 集合 用于指示租户已将控件标记为 (忽略的位置的标志,thirdParty、reviewed) (支持 更新) 。
vendorInformation securityVendorInformation

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "title": "String",
  "azureTenantId": "String (identifier)",
  "maxScore": 1024.13,
  "actionType": "String",
  "service": "String",
  "tier": "String",
  "userImpact": "string",
  "implementationCost ": "String",
  "rank ": 100,
  "threats": ["string"],
  "deprecated ": false,
  "remediation": "String",
  "remediationImpact ": "String",
  "actionUrl": "String",
  "controlStateUpdates": [{"@odata.type": "microsoft.graph.secureScoreControlStateUpdate"}],
  "vendorInformation": {"@odata.type": "microsoft.graph.securityVendorInformation"},
  "complianceInformation": [{"@odata.type": "microsoft.graph.complianceInformation"}],
  "controlCategory": "string",
  "lastModifiedDateTime": "String (timestamp)"
}