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
@@ -25,15 +25,15 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
25
25
| campaignId | String | The identifier of the campaign that this Teams message is part of. |
26
26
| channelId | String | The channel ID associated with this Teams message. |
27
27
| createdDateTime | DateTimeOffset | The date and time when the evidence was created and added to the alert. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
28
-
| deliveryAction |[microsoft.graph.security.teamsMessageDeliveryAction](#teamsmessagedeliveryaction-values)| The delivery action of this Teams message. Possible values are: `unknown`, `deliveredAsSpam`, `delivered`, `blocked`, `replaced`, `unknownFutureValue`. |
29
-
| deliveryLocation |[microsoft.graph.security.teamsDeliveryLocation](#teamsdeliverylocation-values)| The delivery location of this Teams message. Possible values are: `unknown`, `teams`, `quarantine`, `failed`, `unknownFutureValue`. |
28
+
| deliveryAction | microsoft.graph.security.teamsMessageDeliveryAction | The delivery action of this Teams message. Possible values are: `unknown`, `deliveredAsSpam`, `delivered`, `blocked`, `replaced`, `unknownFutureValue`. |
29
+
| deliveryLocation | microsoft.graph.security.teamsDeliveryLocation | The delivery location of this Teams message. Possible values are: `unknown`, `teams`, `quarantine`, `failed`, `unknownFutureValue`. |
30
30
| detailedRoles | String collection |Detailed description of the entity role/s in an alert. Values are free-form. |
31
31
| files |[microsoft.graph.security.fileEvidence](./security-fileevidence.md) collection | The list of file entities that are attached to this Teams message. |
32
32
| groupId | String | The identifier of the team or group that this message is part of. |
33
33
| isExternal | Boolean | Indicates whether the message is owned by the organization that reported the security detection alert. |
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. |
36
-
| messageDirection |[microsoft.graph.security.antispamTeamsDirection](#antispamteamsdirection-values)| The direction of the Teams message. |
36
+
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
37
37
| messageId | String | Non unique identifier of a message |
38
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**. |
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/security-teamsmessageevidence.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
23
23
| campaignId | String | The identifier of the campaign that this Teams message is part of. |
24
24
| channelId | String | The channel ID associated with this Teams message. |
25
25
| createdDateTime | DateTimeOffset | The date and time when the evidence was created and added to the alert. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
26
-
| deliveryAction |[microsoft.graph.security.teamsMessageDeliveryAction](#teamsmessagedeliveryaction-values)| The delivery action of this Teams message. Possible values are: `unknown`, `deliveredAsSpam`, `delivered`, `blocked`, `replaced`, `unknownFutureValue`. |
27
-
| deliveryLocation |[microsoft.graph.security.teamsDeliveryLocation](#teamsdeliverylocation-values)| The delivery location of this Teams message. Possible values are: `unknown`, `teams`, `quarantine`, `failed`, `unknownFutureValue`. |
26
+
| deliveryAction | microsoft.graph.security.teamsMessageDeliveryAction | The delivery action of this Teams message. Possible values are: `unknown`, `deliveredAsSpam`, `delivered`, `blocked`, `replaced`, `unknownFutureValue`. |
27
+
| deliveryLocation | microsoft.graph.security.teamsDeliveryLocation | The delivery location of this Teams message. Possible values are: `unknown`, `teams`, `quarantine`, `failed`, `unknownFutureValue`. |
28
28
| detailedRoles | String collection |Detailed description of the entity role/s in an alert. Values are free-form. |
29
29
| files |[microsoft.graph.security.fileEvidence](./security-fileevidence.md) collection | The list of file entities that are attached to this Teams message. |
30
30
| groupId | String | The identifier of the team or group that this message is part of. |
31
31
| isExternal | Boolean | Indicates whether the message is owned by the organization that reported the security detection alert. |
32
32
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
33
33
| lastModifiedDateTime | DateTimeOffset | Date and time when the message was last edited. |
34
-
| messageDirection |[microsoft.graph.security.antispamTeamsDirection](#antispamteamsdirection-values)| The direction of the Teams message. |
34
+
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
35
35
| messageId | String | Non unique identifier of a message |
36
36
| owningTenantId | Guid | Tenant ID (GUID) of the owner of the message. |
37
37
| 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