| title | analyzedEmailExchangeTransportRuleInfo resource type |
|---|---|
| description | Represents mail flow rules in Exchange Online. |
| author | MishraSoumyaMS |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents mail flow rules in Exchange Online.
| Property | Type | Description |
|---|---|---|
| name | String | Name of the Exchange transport rules (ETRs) that are part of the email. |
| ruleId | String | The ETR rule ID. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo",
"ruleId": "String",
"name": "String"
}