Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.02 KB

File metadata and controls

55 lines (41 loc) · 2.02 KB
title protectByTemplateAction resource type (deprecated)
description Informs the application that an Azure Information Protection protection template should be applied. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

protectByTemplateAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Informs the application that an Azure Information Protection protection template should be applied. protectionByTemplateAction may be returned by evaluateApplication or evaluateClassificationResults if the resulting label has been configured to apply protection. The consuming application must read the templateId from the result and then use a client library, such as the Microsoft Purview Information Protection SDK, to apply protection via Azure Information Protection.

Properties

Property Type Description
templateId String The GUID of the Azure Information Protection template to apply to the information.

JSON representation

The following JSON representation shows the resource type.

{
  "templateId": "String"
}