UdmEventInfo

JSON representation
{
  "event": {
    object (UDM)
  },
  "entity": {
    object (Entity)
  },
  "datatableRowInfo": [
    {
      object (SearchDataTableRowInfo)
    }
  ],
  "filterProperties": {
    object (FilterProperties)
  },
  "eventLogToken": string,
  "alertNumber": integer,
  "displayName": string,
  "chip": {
    object (Chip)
  },
  "uid": string,
  "annotations": [
    enum (Annotation)
  ],
  "detections": [
    {
      object (Collection)
    }
  ],
  "outcomes": [
    {
      object (UdmColumnType)
    }
  ],
  "connectedComponentLabel": string,
  "tenantId": string
}
Fields
event

object (UDM)

entity

object (Entity)

datatableRowInfo[]

object (SearchDataTableRowInfo)

filterProperties
(deprecated)

object (FilterProperties)

eventLogToken

string

alertNumber

integer

displayName
(deprecated)

string

chip
(deprecated)

object (Chip)

uid

string (bytes format)

A base64-encoded string.

annotations[]

enum (Annotation)

detections[]

object (Collection)

outcomes[]

object (UdmColumnType)

connectedComponentLabel

string (bytes format)

Optional.

A base64-encoded string.

tenantId

string

Optional.

SearchDataTableRowInfo

JSON representation
{
  "dataTable": string,
  "rows": [
    {
      object (SearchDataTableRow)
    }
  ]
}
Fields
dataTable

string

rows[]

object (SearchDataTableRow)

SearchDataTableRow

JSON representation
{
  "column": string,
  "value": string
}
Fields
column

string

value

string

Annotation

Enums
ANNOTATION_UNSPECIFIED
ANNOTATION_ALERT