# EventSignal

An **EventSignal** is a wrapper around a [**Signal**](https://dfend.gitbook.io/documentation/developer-api/types/signal) that includes additional data from within our system.

## Attributes

* `id`  <mark style="color:blue;">string</mark>  The unique ID of the signal in our system.
* `data`  <mark style="color:blue;">string</mark>  The original [Signal](https://dfend.gitbook.io/documentation/developer-api/types/signal) data that we received.
* `immediateResults`  <mark style="color:blue;">ImmediateResult\[]</mark>  An array of [ImmediateResults](https://dfend.gitbook.io/documentation/developer-api/types/immediateresult) that were computed in real-time when the signal was received.
* `trusted`  <mark style="color:blue;">boolean</mark>  Whether this signal was sent from a trusted environment (from a partner integration or using a secure API key).
