Skip to content

Commit 75d4675

Browse files
authored
Update security-mailboxevidence.md
1 parent 624c92b commit 75d4675

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-reference/v1.0/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: 11/11/2022
55
author: "BenAlfasi"
66
ms.localizationpriority: medium
@@ -12,7 +12,7 @@ doc_type: resourcePageType
1212

1313
Namespace: microsoft.graph.security
1414

15-
A mailbox that is reported in the alert as evidence.
15+
Represents a mailbox that is reported in the alert as evidence.
1616

1717
Inherits from [alertEvidence](../resources/security-alertevidence.md).
1818

@@ -21,6 +21,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
2121
|:---|:---|:---|
2222
|displayName|String|The name associated with the mailbox.|
2323
|primaryAddress|String|The primary email address of the mailbox.|
24+
|upn|String|TODO|
2425
|userAccount|[microsoft.graph.security.userAccount](../resources/security-useraccount.md)|The user account of the mailbox.|
2526

2627
## Relationships
@@ -47,10 +48,9 @@ The following JSON representation shows the resource type.
4748
"tags": [
4849
"String"
4950
],
50-
"primaryAddress": "String",
5151
"displayName": "String",
52-
"userAccount": {
53-
"@odata.type": "microsoft.graph.security.userAccount"
54-
}
52+
"primaryAddress": "String",
53+
"upn": "String",
54+
"userAccount": {"@odata.type": "microsoft.graph.security.userAccount"}
5555
}
56-
```
56+
```

0 commit comments

Comments
 (0)