protectByTemplateAction 资源类型

Namespace:microsoft.graph.security

重要

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

通知应用程序应应用 Microsoft Purview 信息保护中的保护模板。 如果生成的标签已配置为应用保护,则 evaluateApplicationevaluateClassificationResults 可能会返回 protectionByTemplateAction。 使用的应用程序必须从结果中读取 templateId ,然后使用客户端库(如 Microsoft Purview 信息保护 SDK)通过 Azure 信息保护应用保护。

继承自 informationProtectionAction

属性

属性 类型 说明
templateId String Microsoft Purview 信息保护中要应用于内容的保护模板的唯一标识符。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.security.protectByTemplateAction",
  "templateId": "String"
}