EntitiesHighlightWidget

Entities highlight widget.

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

object (EntityData)

Output only. The entities to highlight.

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.

EntityData

Entity data.

JSON representation
{
  "caseId": integer,
  "alertIdentifier": string,
  "status": enum (AlertStatus),
  "identifier": string,
  "entityType": string,
  "isInternal": boolean,
  "isSuspicious": boolean,
  "isArtifact": boolean,
  "isPivot": boolean,
  "environment": string,
  "fieldsGroups": [
    {
      object (WidgetFieldGroupData)
    }
  ],
  "highlightFieldsGroups": [
    {
      object (WidgetFieldGroupData)
    }
  ]
}
Fields
caseId

integer

Output only. The case id of the entity.

alertIdentifier

string

Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId}

status

enum (AlertStatus)

Output only. Alert status.

identifier

string

Output only. The entity identifier.

entityType

string

Output only. The entity type.

isInternal

boolean

Output only. Flag that indicates whether the entity is internal or not.

isSuspicious

boolean

Output only. Flag that indicates whether the entity is suspicious or not.

isArtifact

boolean

Output only. Flag that indicates whether the entity is an artifact or not.

isPivot

boolean

Output only. Flag that indicates whether the entity is a pivot or not.

environment

string

Output only. The environment the entity belongs to.

fieldsGroups[]

object (WidgetFieldGroupData)

Output only. The entity fields.

highlightFieldsGroups[]

object (WidgetFieldGroupData)

Output only. The entity highlight fields.