Skip to content

Commit 624c92b

Browse files
authored
Update security-mailboxevidence.md
1 parent 359c9a7 commit 624c92b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-reference/beta/resources/security-mailboxevidence.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "mailboxEvidence resource type"
3-
description: "A mailbox that is reported in the alert as evidence."
3+
description: "Represents a mailbox that is reported in the alert as evidence."
44
ms.date: 09/09/2021
55
author: "BenAlfasi"
66
ms.localizationpriority: medium
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.security
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
A mailbox that is reported in the alert as evidence.
17+
Represents a mailbox that is reported in the alert as evidence.
1818

1919
Inherits from [alertEvidence](../resources/security-alertevidence.md).
2020

@@ -23,6 +23,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
2323
|:---|:---|:---|
2424
|displayName|String|The name associated with the mailbox.|
2525
|primaryAddress|String|The primary email address of the mailbox.|
26+
|upn|String|TODO|
2627
|userAccount|[microsoft.graph.security.userAccount](../resources/security-useraccount.md)|The user account of the mailbox.|
2728

2829
## Relationships
@@ -49,10 +50,9 @@ The following JSON representation shows the resource type.
4950
"tags": [
5051
"String"
5152
],
52-
"primaryAddress": "String",
5353
"displayName": "String",
54-
"userAccount": {
55-
"@odata.type": "microsoft.graph.security.userAccount"
56-
}
54+
"primaryAddress": "String",
55+
"upn": "String",
56+
"userAccount": {"@odata.type": "microsoft.graph.security.userAccount"}
5757
}
58-
```
58+
```

0 commit comments

Comments
 (0)