Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1015 Bytes

File metadata and controls

42 lines (34 loc) · 1015 Bytes
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

analyzedEmailExchangeTransportRuleInfo resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents mail flow rules in Exchange Online.

Properties

Property Type Description
name String Name of the Exchange transport rules (ETRs) that are part of the email.
ruleId String The ETR rule ID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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