Skip to content

Commit b9bc6f3

Browse files
authored
Remove broken links in Teams message evidence docs
1 parent ae1acbc commit b9bc6f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
2525
| campaignId | String | The identifier of the campaign that this Teams message is part of. |
2626
| channelId | String | The channel ID associated with this Teams message. |
2727
| 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`. |
3030
| detailedRoles | String collection |Detailed description of the entity role/s in an alert. Values are free-form. |
3131
| files | [microsoft.graph.security.fileEvidence](./security-fileevidence.md) collection | The list of file entities that are attached to this Teams message. |
3232
| groupId | String | The identifier of the team or group that this message is part of. |
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. |
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. |
3737
| messageId | String | Non unique identifier of a message |
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
2323
| campaignId | String | The identifier of the campaign that this Teams message is part of. |
2424
| channelId | String | The channel ID associated with this Teams message. |
2525
| 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`. |
2828
| detailedRoles | String collection |Detailed description of the entity role/s in an alert. Values are free-form. |
2929
| files | [microsoft.graph.security.fileEvidence](./security-fileevidence.md) collection | The list of file entities that are attached to this Teams message. |
3030
| groupId | String | The identifier of the team or group that this message is part of. |
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. |
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. |
3535
| messageId | String | Non unique identifier of a message |
3636
| owningTenantId | Guid | 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)