Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.51 KB

File metadata and controls

57 lines (47 loc) · 1.51 KB
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

compromiseIndicator resource type

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.

Properties

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.

verdictCategory values

Member
none
malware
phish
siteUnavailable
spam
decryptionFailed
unsupportedUriScheme
unsupportedFileType
undefined
unknownFutureValue

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.compromiseIndicator",
  "verdict": "String",
  "value": "String"
}