|
| 1 | +--- |
| 2 | +title: "teamsMessageEvidence resource type" |
| 3 | +description: "Represents a Microsoft Teams message that is reported as part of a security detection alert." |
| 4 | +ms.date: 01/29/2025 |
| 5 | +author: "hareldamti" |
| 6 | +ms.localizationpriority: medium |
| 7 | +ms.subservice: "security" |
| 8 | +doc_type: resourcePageType |
| 9 | +--- |
| 10 | + |
| 11 | +# teamsMessageEvidence resource type |
| 12 | + |
| 13 | +Namespace: microsoft.graph.security |
| 14 | + |
| 15 | +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] |
| 16 | + |
| 17 | +Represents a Microsoft Teams message that is reported as part of a security detection alert. |
| 18 | + |
| 19 | +Inherits from [alertEvidence](../resources/security-alertevidence.md). |
| 20 | + |
| 21 | +## Properties |
| 22 | + |
| 23 | +|Property|Type|Description| |
| 24 | +|:---|:---|:---| |
| 25 | +| campaignId | String | The identifier of the campaign that this Teams message is part of. | |
| 26 | +| channelId | String | The channel ID associated with this Teams message. | |
| 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. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 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 | +| detailedRoles | String collection | The detailed description of the entity roles in an alert. Values are free-form. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 31 | +| files | [microsoft.graph.security.fileEvidence](./security-fileevidence.md) collection | The list of file entities that are attached to this Teams message. | |
| 32 | +| groupId | String | The identifier of the team or group that this message is part of. | |
| 33 | +| isExternal | Boolean | Indicates whether the message is owned by the organization that reported the security detection alert. | |
| 34 | +| isOwned | Boolean | Indicates whether the message is owned by your organization. | |
| 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 | +| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. The possible values are: `unknown`, `inbound`, `outbound`, `intraorg`, `unknownFutureValue`. | |
| 37 | +| messageId | String | The message identifier, unique within the thread. | |
| 38 | +| owningTenantId | Guid | Tenant ID (GUID) of the owner of the message. | |
| 39 | +| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. | |
| 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 | +| recipients | String collection | The recipients of this Teams message. | |
| 42 | +| remediationStatus | [microsoft.graph.security.evidenceRemediationStatus](../resources/security-alertevidence.md#evidenceremediationstatus-values) | Status of the remediation action taken. The possible values are: `none`, `remediated`, `prevented`, `blocked`, `notFound`, `unknownFutureValue`, `active`, `pendingApproval`, `declined`, `unremediated`, `running`, `partiallyRemediated`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `active`, `pendingApproval`, `declined`, `unremediated`, `running`, `partiallyRemediated`. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 43 | +| remediationStatusDetails | String | Details about the remediation status. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 44 | +| roles | [microsoft.graph.security.evidenceRole](../resources/security-alertevidence.md#evidencerole-values) collection | One or more roles that an evidence entity represents in an alert; for example, an IP address associated with an attacker has the evidence role `Attacker`. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 45 | +| senderFromAddress | String | The SMTP format address of the sender. | |
| 46 | +| senderIP | String | The IP address of the sender. | |
| 47 | +| sourceAppName | String | Source of the message; for example, `desktop` and `mobile`. | |
| 48 | +| sourceId | String | The source ID of this Teams message. | |
| 49 | +| subject | String | The subject of this Teams message. | |
| 50 | +| suspiciousRecipients | String collection | The list of recipients who were detected as suspicious. | |
| 51 | +| tags | String collection | Array of custom tags associated with an evidence instance; for example, to denote a group of devices or high-value assets. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 52 | +| threadId | String | Identifier of the channel or chat that this message is part of. | |
| 53 | +| threadType | String | The Teams message type. Supported values are: `Chat`, `Topic`, `Space`, and `Meeting`. | |
| 54 | +| urls | [microsoft.graph.security.urlEvidence](./security-urlevidence.md) collection | The URLs contained in this Teams message. | |
| 55 | +| verdict |[microsoft.graph.security.evidenceVerdict](../resources/security-alertevidence.md#evidenceverdict-values)| The decision reached by automated investigation. The possible values are: `unknown`, `suspicious`, `malicious`, `noThreatsFound`, `unknownFutureValue`. Inherited from [alertEvidence](../resources/security-alertevidence.md). | |
| 56 | + |
| 57 | +## Relationships |
| 58 | +None. |
| 59 | + |
| 60 | +## JSON representation |
| 61 | +The following JSON representation shows the resource type. |
| 62 | +<!-- { |
| 63 | + "blockType": "resource", |
| 64 | + "@odata.type": "microsoft.graph.security.teamsMessageEvidence", |
| 65 | + "baseType": "microsoft.graph.security.alertEvidence" |
| 66 | +} |
| 67 | +--> |
| 68 | +``` json |
| 69 | +{ |
| 70 | + "@odata.type": "#microsoft.graph.security.teamsMessageEvidence", |
| 71 | + "campaignId": "String", |
| 72 | + "channelId": "String", |
| 73 | + "createdDateTime": "String (timestamp)", |
| 74 | + "deliveryAction": "String", |
| 75 | + "deliveryLocation": "String", |
| 76 | + "files": [{"@odata.type": "microsoft.graph.security.fileEvidence"}], |
| 77 | + "groupId": "String", |
| 78 | + "isExternal": "Boolean", |
| 79 | + "isOwned": "Boolean", |
| 80 | + "lastModifiedDateTime": "String (timestamp)", |
| 81 | + "messageDirection": "String", |
| 82 | + "messageId": "String", |
| 83 | + "owningTenantId": "Guid", |
| 84 | + "parentMessageId": "String", |
| 85 | + "receivedDateTime": "String (timestamp)", |
| 86 | + "recipients": ["String"], |
| 87 | + "remediationStatus": "String", |
| 88 | + "remediationStatusDetails": "String", |
| 89 | + "roles": ["String"], |
| 90 | + "senderFromAddress": "String", |
| 91 | + "senderIP": "String", |
| 92 | + "sourceAppName": "String", |
| 93 | + "sourceId": "String", |
| 94 | + "subject": "String", |
| 95 | + "suspiciousRecipients": ["String"], |
| 96 | + "tags": ["String"], |
| 97 | + "threadId": "String", |
| 98 | + "threadType": "String", |
| 99 | + "urls": [{"@odata.type": "microsoft.graph.security.urlEvidence"}], |
| 100 | + "verdict": "String" |
| 101 | +} |
| 102 | +``` |
0 commit comments