Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 987 Bytes

File metadata and controls

43 lines (34 loc) · 987 Bytes
title analyzedEmailDlpRuleInfo resource type
description Represents data loss prevention rules applied to the email.
author akgraph
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/12/2024

analyzedEmailDlpRuleInfo resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents data loss prevention rules applied to the email.

Properties

Property Type Description
name String Name of the the data loss prevention rule.
ruleId String Unique identifier of the data loss prevention rule.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.analyzedEmailDlpRuleInfo",
  "ruleId": "String",
  "name": "String"
}