Events widget.
JSON representation |
---|
{ "columns" : [ string ] , "rows" : [ { object ( |
Fields | |
---|---|
columns[]
|
Output only. The columns to display. |
rows[]
|
Output only. The rows to display. |
title
|
Output only. The widget title. |
order
|
Output only. The widget order. |
type
|
Output only. The widget template type. |
gridColumns
|
Output only. The widget template grid columns. |
description
|
Output only. The widget description. |
identifier
|
Output only. The widget identifier. |
jsonData
|
Output only. The widget json data. |
errorJsonData
|
Output only. The widget error json data. |
resultStatus
|
Output only. The widget result status. |
EventWidgetRow
Event widget row.
JSON representation |
---|
{ "sourceSystemName" : string , "product" : string , "eventName" : string , "cells" : [ { object ( |
Fields | |
---|---|
sourceSystemName
|
Output only. Which alerting system raises the alert. E.g. "QRadar", "Arcsight", "Microsoft CASB". The Integration Name in soar. |
product
|
Output only. The product associated with the alert. E.g. DLP, WinEventLog:Security |
eventName
|
Output only. Event display name. For example: Email Check, Data Exfiltration, IRC etc. |
cells[]
|
Output only. The cells to display. |
fieldsGroups[]
|
Output only. The event fields. |
EventWidgetCell
Event widget cell.
JSON representation |
---|
{
"value"
:
string
,
"relatedEntity"
:
{
object (
|
Fields | |
---|---|
value
|
Output only. The cell value. |
relatedEntity
|
Output only. The related entity. |