Skip to content

Commit 749dda1

Browse files
authored
Add possible values for messageDirection field
1 parent 992285c commit 749dda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
3333
| isExternal | Boolean | Indicates whether the message is owned by the organization that reported the security detection alert. |
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`. |
36-
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
36+
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. The possible values are: `unknown`, `inbound`, `outbound`, `intraorg`, `unknownFutureValue`. |
3737
| messageId | String | The message identifier, unique within the thread. |
3838
| 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**. |

api-reference/v1.0/resources/security-teamsmessageevidence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
3131
| isExternal | Boolean | Indicates whether the message is owned by the organization that reported the security detection alert. |
3232
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
3333
| 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`. |
34-
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
34+
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. The possible values are: `unknown`, `inbound`, `outbound`, `intraorg`, `unknownFutureValue`. |
3535
| messageId | String | Message identifier unique within the thread. |
3636
| owningTenantId | String | Tenant ID (GUID) of the owner of the message. |
3737
| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. |

0 commit comments

Comments
 (0)