| 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 |
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.
| Property | Type | Description |
|---|---|---|
| templateId | String | The GUID of the Azure Information Protection template to apply to the information. |
The following JSON representation shows the resource type.
{
"templateId": "String"
}