| title | threatDetectionDetail resource type |
|---|---|
| description | Represents threat analysis information from Microsoft Defender for Office 365, including threat classification, confidence levels, and priority account protection status. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents threat analysis information from Microsoft Defender for Office 365, including threat classification, confidence levels, and priority account protection status.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.threatDetectionDetail",
"threats": "String",
"confidenceLevel": "String",
"priorityAccountProtection": "String"
}