You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/security-teamsmessageevidence.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
34
34
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
35
35
| lastModifiedDateTime | DateTimeOffset | Date and time when the message was last edited. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
36
36
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
37
-
| messageId | String |Message identifier unique within the thread. |
38
-
| owningTenantId |String| Tenant ID (GUID) of the owner of the message. |
37
+
| messageId | String |The message identifier, unique within the thread. |
38
+
| owningTenantId |Guid| Tenant ID (GUID) of the owner of the message. |
39
39
| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. |
40
40
| receivedDateTime | DateTimeOffset | The received date of this message. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
41
41
| recipients | String collection | The recipients of this Teams message. |
@@ -80,7 +80,7 @@ The following JSON representation shows the resource type.
0 commit comments