detonationObservables resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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).
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.detonationObservables",
"droppedfiles": [
"String"
],
"contactedIps": [
"String"
],
"contactedUrls": [
"String"
]
}