InsightsWidget

Insights widget.

JSON representation
{
  "insights": [
    {
      object (CaseInsight)
    }
  ],
  "title": string,
  "order": integer,
  "type": enum (WidgetTemplateType),
  "gridColumns": enum (WidgetTemplateGridColumns),
  "description": string,
  "identifier": string,
  "jsonData": string,
  "errorJsonData": string,
  "resultStatus": enum (WidgetResultStatus)
}
Fields
insights[]

object (CaseInsight)

Output only. The insights to display.

title

string

Output only. The widget title.

order

integer

Output only. The widget order.

type

enum (WidgetTemplateType)

Output only. The widget template type.

gridColumns

enum (WidgetTemplateGridColumns)

Output only. The widget template grid columns.

description

string

Output only. The widget description.

identifier

string

Output only. The widget identifier.

jsonData

string

Output only. The widget json data.

errorJsonData

string

Output only. The widget error json data.

resultStatus

enum (WidgetResultStatus)

Output only. The widget result status.

CaseInsight

Case insight.

JSON representation
{
  "alertIdentifier": string,
  "caseId": integer,
  "triggeredBy": string,
  "title": string,
  "content": string,
  "entity": {
    object (SecurityEntity)
  },
  "severity": enum (CaseInsightSeverity),
  "type": enum (CaseInsightType),
  "additionalDataType": enum (CaseInsightType),
  "additionalData": string,
  "additionalDataTitle": string,
  "creatorUserName": string
}
Fields
alertIdentifier

string

Output only. The alert identifier.

caseId

integer

Output only. The case id.

triggeredBy

string

Output only. The triggered by.

title

string

Output only. The insight title.

content

string

Output only. The insight content.

entity

object (SecurityEntity)

Output only. The entity associated with the insight.

severity

enum (CaseInsightSeverity)

Optional. Case insight severity.

type

enum (CaseInsightType)

Optional. Case insight type.

additionalDataType

enum (CaseInsightType)

Optional. Case additional data insight type.

additionalData

string

Optional. Case Insight additional data.

additionalDataTitle

string

Optional. Case Insight additional data.

creatorUserName

string

Output only. The creator user name.