Edit

threatDetectionDetail resource type

Namespace: microsoft.graph.security

Represents threat analysis information from Microsoft Defender for Office 365, including threat classification, confidence levels, and priority account protection status. It's returned in the threatDetectionDetails property of analyzedEmail.

Properties

Property Type Description
confidenceLevel String Indicates the confidence level in the threat detection.
priorityAccountProtection String Indicates if the account has priority protection enabled.
threats String Lists the detected threats.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.threatDetectionDetail",
  "threats": "String",
  "confidenceLevel": "String",
  "priorityAccountProtection": "String"
}