Skip to content

Commit 05c71f8

Browse files
committed
Add SafetyTip field to MessageEvents and PostDeliveryEvents
Introduces the `SafetyTip` field to both the MessageEvents and MessagePostDeliveryEvents advanced hunting tables, documenting its purpose as the safety tip added to a message. Also updates the documentation date to 11/18/2025.
1 parent a77d3f6 commit 05c71f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

defender-xdr/advanced-hunting-messageevents-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 08/13/2025
24+
ms.date: 11/18/2025
2525
---
2626

2727
# MessageEvents
@@ -63,6 +63,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6363
| `DeliveryAction` | `string` |Delivery action of the message: Delivered, Blocked|
6464
| `DeliveryLocation` | `string` |Location of the message at the time of delivery|
6565
| `ReportId` | `string` |Unique identifier for the event|
66+
| `SafetyTip` | `string` |The safety tip that has been added on a message, if any|
6667

6768

6869

defender-xdr/advanced-hunting-messagepostdeliveryevents-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 08/13/2025
24+
ms.date: 11/18/2025
2525
---
2626

2727
# MessagePostDeliveryEvents
@@ -53,7 +53,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5353
| `LatestDeliveryLocation` | `string` |Last known location of the message |
5454
| `ReportId` | `string` |Unique identifier for the event|
5555
| `IsExternalThread` | `boolean` |Indicates if there are external recipients in the thread (1) or none (0)|
56-
56+
| `SafetyTip` | `string` |The safety tip that has been added on a message, if any|
5757

5858

5959
## Related topics

0 commit comments

Comments
 (0)