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 aresend
field with valuetrue
.config
string The configuration values used in detection. Use these to tune your detection parameters in Routing.time
string Thetime
field on the Signal that triggered this Event.
Last updated