| title | detonationObservables resource type |
|---|---|
| description | Represents detonation details. |
| author | malvika-balaraj |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the resources that are included in a detonation, such as URLs, IPs, domains, and files that were found (and can either be problematic or benign).
| Property | Type | Description |
|---|---|---|
| contactedIps | String collection | The list of all contacted IPs in the detonation. |
| contactedUrls | String collection | The list of all URLs found in the detonation. |
| droppedfiles | String collection | The list of all dropped files in the detonation. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.detonationObservables",
"droppedfiles": [
"String"
],
"contactedIps": [
"String"
],
"contactedUrls": [
"String"
]
}