| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents data loss prevention rules applied to the email.
| Property | Type | Description |
|---|---|---|
| name | String | Name of the the data loss prevention rule. |
| ruleId | String | Unique identifier of the data loss prevention rule. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailDlpRuleInfo",
"ruleId": "String",
"name": "String"
}