| title | detonationBehaviourDetails resource type (deprecated) |
|---|---|
| description | Shows the exact events that took place during detonation. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Shows the exact events that took place during detonation.
| Property | Type | Description |
|---|---|---|
| actionStatus | String | The status of the action performed during detonation (e.g., "Successful", "Failed", "Blocked"). |
| behaviourCapability | String | Categorizes the capability or type of behavior observed. |
| behaviourGroup | String | Groups related behaviors together for classification purposes. |
| details | String | More contextual information about the observed behavior or action. |
| eventDateTime | DateTimeOffset | The date and time when the behavior or action was observed during detonation. |
| operation | String | The specific operation or action that was performed. |
| processId | String | The unique identifier of the process involved in the behavior. |
| processName | String | The name of the process that performed or was involved in the behavior. |
| target | String | The target of the operation. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.detonationBehaviourDetails",
"behaviourCapability": "String",
"behaviourGroup": "String",
"eventDateTime": "String (timestamp)",
"processName": "String",
"processId": "String",
"operation": "String",
"target": "String",
"details": "String",
"actionStatus": "String"
}