File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
api-reference/v1.0/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 : 11/11/2022
5
5
author : " BenAlfasi"
6
6
ms.localizationpriority : medium
@@ -12,7 +12,7 @@ doc_type: resourcePageType
12
12
13
13
Namespace: microsoft.graph.security
14
14
15
- A mailbox that is reported in the alert as evidence.
15
+ Represents a mailbox that is reported in the alert as evidence.
16
16
17
17
Inherits from [ alertEvidence] ( ../resources/security-alertevidence.md ) .
18
18
@@ -21,6 +21,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
21
21
| :---| :---| :---|
22
22
| displayName| String| The name associated with the mailbox.|
23
23
| primaryAddress| String| The primary email address of the mailbox.|
24
+ | upn| String| TODO|
24
25
| userAccount| [ microsoft.graph.security.userAccount] ( ../resources/security-useraccount.md ) | The user account of the mailbox.|
25
26
26
27
## Relationships
@@ -47,10 +48,9 @@ The following JSON representation shows the resource type.
47
48
"tags" : [
48
49
" String"
49
50
],
50
- "primaryAddress" : " String" ,
51
51
"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 " }
55
55
}
56
- ```
56
+ ```
You can’t perform that action at this time.
0 commit comments