| title | compromiseIndicator resource type |
|---|---|
| description | Represents the indicators which caused the email to be marked as compromised. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents an indicator and its associated verdict that suggests whether an email is compromised. The resource combines specific indicators found in the email with categorized verdicts to help identify potential security threats like malware, phishing attempts, or spam.
| Property | Type | Description |
|---|---|---|
| value | String | Indicator. |
| verdict | microsoft.graph.security.verdictCategory | .The possible values are: none, malware, phish, siteUnavailable, spam, decryptionFailed, unsupportedUriScheme, unsupportedFileType, undefined, unknownFutureValue. |
| Member |
|---|
| none |
| malware |
| phish |
| siteUnavailable |
| spam |
| decryptionFailed |
| unsupportedUriScheme |
| unsupportedFileType |
| undefined |
| unknownFutureValue |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.compromiseIndicator",
"verdict": "String",
"value": "String"
}