Redagować

Udostępnij przez


detonationBehaviourDetails 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.

Shows the exact events that took place during detonation.

Properties

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.

Relationships

None.

JSON representation

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"
}