informationProtectionLabel 资源类型

命名空间:microsoft.graph

重要

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

介绍了信息保护标签,详细介绍了如何向信息正确应用敏感度标签。 informationProtectionLabel 资源描述适用于用户或租户的敏感度标签的配置。

方法

方法 返回类型 说明
列出 informationProtectionLabel informationProtectionLabel 集合 列出用户或租户的所有配置的信息保护标签。
获取 informationProtectionLabel informationProtectionLabel 给定特定标签 ID,返回 informationProtectionLabel
evaluateapplication informationProtectionAction 集合 在给定 contentInfo 和 labelingOptions的输入后,计算应用标签需要的操作集。
evaluateClassificationResults informationProtectionAction 集合 给定 contentInfo 的输入 和分类结果,请计算应用标签需要的操作集。
evaluateRemoval informationProtectionAction 集合 在给定 contentInfo 和 downgradeJustification的输入后,计算删除标签应采取的操作。
extractLabel informationProtectionContentLabel 在给定 contentInfo 的输入后,返回元数据表示 的信息ProtectionLabel 的详细信息。

属性

属性 类型 说明
color String UI 应为标签显示的颜色(如果已配置)。
说明 String 管理员定义的标签说明。
id String 标签 ID 是 GUID (全局唯)
isActive 布尔 指示标签是否处于活动状态。 应在 UI 中隐藏或禁用活动标签。
name String 标签的纯文本名称。
sensitivity Int32 标签的敏感度值,其中 lower 不太敏感。
tooltip String 应为 UI 中的标签显示的工具提示。
父级 labelDetails 与子标签关联的父标签。 如果 label 没有父级,则为空。

关系

无。

JSON 表示形式

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

{
  "color": "String",
  "description": "String",
  "id": "String (identifier)",
  "isActive": true,
  "name": "String",
  "sensitivity": 1024,
  "tooltip": "String",
  "parent": {"@odata.type": "microsoft.graph.labelDetails" }
}