Event

An Event represents a state change or behavioral detection alert as it relates to an Identity. We will send Events to your webhook.

Attributes

  • account string DFend account ID related to this event.

  • identity string Identity ID related to this event.

  • subscription string Subscription ID (internal).

  • signals EventSignal[] An array of EventSignals that triggered this event.

  • type enum The event's Type.

  • level enum The event's Level.

  • recommendations Recommendation[] An array of Recommendations for this event.

  • values object Additional event metadata. In the case that a user verification was expected but the response time expired, this will include a resend field with value true.

  • config string The configuration values used in detection. Use these to tune your detection parameters in Routing.

  • time string The time field on the Signal that triggered this Event.

Last updated