informationProtectionLabel 资源类型 (已弃用)
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
警告
信息保护标签 API 已弃用,将于 2023 年 1 月 1 日停止返回数据。 请使用新的 informationProtection、 sensitivityLabel 和关联的资源。
描述信息保护标签,其中详细介绍了如何正确将敏感度标签应用于信息。 informationProtectionLabel 资源描述应用于用户或租户的敏感度标签的配置。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出信息ProtectionLabel (已弃用) | informationProtectionLabel 集合 | 列出用户或租户的所有已配置信息保护标签。 |
获取 informationProtectionLabel (已弃用) | informationProtectionLabel | 给定特定的标签 ID,返回 informationProtectionLabel。 |
evaluateapplication (已弃用) | informationProtectionAction 集合 | 给定 contentInfo 和 labelOptions 的输入,计算应用标签所需的操作集。 |
evaluateClassificationResults (已弃用) | informationProtectionAction 集合 | 给定 contentInfo 和分类结果的输入,计算应用标签所需的操作集。 |
evaluateRemoval (已弃用) | informationProtectionAction 集合 | 给定 contentInfo 和 downgradeJustification 的输入,计算删除标签时应执行的操作。 |
extractLabel (已弃用) | informationProtectionContentLabel | 给定 contentInfo 的输入,则返回元数据表示 的 informationProtectionLabel 的详细信息。 |
属性
属性 | 类型 | 说明 |
---|---|---|
color | String | UI 应为标签显示的颜色(如果已配置)。 |
说明 | String | 标签的管理员定义说明。 |
id | String | 标签 ID 是 GUID (全局唯一标识符) |
isActive | 布尔值 | 指示标签是否处于活动状态。 应在 UI 中隐藏或禁用活动标签。 |
name | String | 标签的纯文本名称。 |
sensitivity | Int32 | 标签的敏感度值,其中较低的敏感度较低。 |
tooltip | String | 应在 UI 中为标签显示的工具提示。 |
父级 | labelDetails | 与子标签关联的父标签。 如果标签没有父级,则为 Null。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"color": "String",
"description": "String",
"id": "String (identifier)",
"isActive": true,
"name": "String",
"sensitivity": 1024,
"tooltip": "String",
"parent": {"@odata.type": "microsoft.graph.labelDetails" }
}