Skip to content

Commit 359c9a7

Browse files
authored
Update type of owningTenantId to Guid
1 parent e09e759 commit 359c9a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
3434
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
3535
| 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`. |
3636
| 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. |
3939
| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. |
4040
| 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`. |
4141
| recipients | String collection | The recipients of this Teams message. |
@@ -80,7 +80,7 @@ The following JSON representation shows the resource type.
8080
"lastModifiedDateTime": "String (timestamp)",
8181
"messageDirection": "String",
8282
"messageId": "String",
83-
"owningTenantId": "String",
83+
"owningTenantId": "Guid",
8484
"parentMessageId": "String",
8585
"receivedDateTime": "String (timestamp)",
8686
"recipients": ["String"],

0 commit comments

Comments
 (0)