File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
api-reference/beta/resources Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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."
4
4
ms.date : 09/09/2021
5
5
author : " BenAlfasi"
6
6
ms.localizationpriority : medium
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.security
14
14
15
15
[ !INCLUDE [ beta-disclaimer] ( ../../includes/beta-disclaimer.md )]
16
16
17
- A mailbox that is reported in the alert as evidence.
17
+ Represents a mailbox that is reported in the alert as evidence.
18
18
19
19
Inherits from [ alertEvidence] ( ../resources/security-alertevidence.md ) .
20
20
@@ -23,6 +23,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
23
23
| :---| :---| :---|
24
24
| displayName| String| The name associated with the mailbox.|
25
25
| primaryAddress| String| The primary email address of the mailbox.|
26
+ | upn| String| TODO|
26
27
| userAccount| [ microsoft.graph.security.userAccount] ( ../resources/security-useraccount.md ) | The user account of the mailbox.|
27
28
28
29
## Relationships
@@ -49,10 +50,9 @@ The following JSON representation shows the resource type.
49
50
"tags" : [
50
51
" String"
51
52
],
52
- "primaryAddress" : " String" ,
53
53
"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 " }
57
57
}
58
- ```
58
+ ```
You can’t perform that action at this time.
0 commit comments