protectByEncryptOnlyAction resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Informs the application that an Azure Information Protection encrypt-only protection should be applied. protectByEncryptOnlyAction might be returned by evaluateApplication or evaluateClassificationResults if the resulting label has been configured to apply protection. The consuming application must use a client library, such as the Microsoft Purview Information Protection SDK, to apply protection via Microsoft Purview Information Protection.

Inherits from informationProtectionAction.

Properties

Property Type Description
templateId String Returns the encrypt-only GUID.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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