[ Web Proxy ]
URL:
Viewing: https://docs.cloud.google.com/chronicle/docs/reference/rest/v1beta/EntitiesHighlightWidget [Back]  [Original]

EntitiesHighlightWidget  |  Google Security Operations  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

EntitiesHighlightWidget Stay organized with collections Save and categorize content based on your preferences.

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)
    }
  ],
  "highlightedFieldsGroups": [
    {
      object (WidgetFieldGroupData)
    }
  ],
  "sourceUrl": string
}
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[]
(deprecated)

object (WidgetFieldGroupData)

This item is deprecated!

Output only. Deprecated: Please use highlightedFieldsGroups instead. The entity highlight fields.

highlightedFieldsGroups[]

object (WidgetFieldGroupData)

Output only. The entity highlight fields.

sourceUrl

string

Output only. The source URL of the entity.

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-13 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-13 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page