secureScoreControlProfile 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示租户的每个控制数据的安全分数。 默认情况下,它返回租户的所有控件,并且可以显式拉取各个控件。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出安全功能分数控制配置文件 | secureScoreControlProfile 集合 | 获取 secureScoreControlProfile 对象的集合。 |
属性
属性 | 类型 | 说明 |
---|---|---|
actionType | String | 控制操作类型 (配置、审阅、行为) 。 |
actionUrl | String | 控件可以操作的 URL。 |
azureTenantId | 字符串 | 租户 ID 的 GUID 字符串。 |
complianceInformation | complianceInformation 集合 | 与安全功能分数控制关联的合规性信息的收集 |
controlCategory | String | 控制操作类别 (帐户、数据、设备、应用、基础结构) 。 |
controlName | String | 控件的名称。 |
controlStateUpdates | secureScoreControlStateUpdate 集合 | 指示租户已将控件标记为 (忽略的位置的标志,thirdParty、reviewed) (支持 更新) 。 |
荒废的 | 布尔值 | 指示控件是否已弃用的标志。 |
id | String | 提供程序生成的 GUID/唯一标识符。 只读。 必填。 |
implementationCost | String | 阻碍控制的资源成本 (低、中、高) 。 |
lastModifiedDateTime | DateTimeOffset | 上次修改控件配置文件实体的时间。 时间戳类型表示日期和时间 |
maxScore | String | 当前在指定日期获得的最大分数。 |
排名 | Int32 | Microsoft的堆栈控制排名。 |
修复 | String | 描述控件将帮助修正的内容。 |
remediationImpact | String | 描述修正对用户的影响。 |
服务 | String | 拥有 (Exchange、Sharepoint Microsoft Entra ID) 控件的服务。 |
威胁 | 字符串集合 | 控件缓解的威胁列表 (accountBreach、dataDeletion、dataExfiltration、dataSpillage、elevationOfPrivilege、maliciousInsider、passwordCracking、phishingOrWhaling、欺骗) 。 |
层 | String | 控制层 (核心、深度防御、Advanced.) |
title | String | 控件的标题。 |
userImpact | String | 实施控制对用户的影响 (低、中、高) 。 |
vendorInformation | securityVendorInformation | 包含有关安全产品/服务供应商、提供程序和子提供程序的详细信息的复杂类型 (例如 vendor=Microsoft;provider=SecureScore) 。 必填。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"actionType": "String",
"actionUrl": "String",
"azureTenantId": "String",
"complianceInformation": [{"@odata.type": "microsoft.graph.complianceInformation"}],
"controlCategory": "String",
"controlStateUpdates": [{"@odata.type": "microsoft.graph.secureScoreControlStateUpdate"}],
"deprecated": false,
"id": "String (identifier)",
"implementationCost": "String",
"lastModifiedDateTime": "String (timestamp)",
"maxScore": 1024.13,
"rank": 100,
"remediation": "String",
"remediationImpact": "String",
"service": "String",
"threats": ["String"],
"tier": "String",
"title": "String",
"userImpact": "String",
"vendorInformation": {"@odata.type": "microsoft.graph.securityVendorInformation"}
}