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

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

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

The result entity data of the API action.

JSON representation
{
  "title": string,
  "type": string,
  "csvLines": [
    string
  ],
  "attachments": {
    string: string,
    ...
  },
  "htmls": {
    string: string,
    ...
  },
  "links": [
    string
  ],
  "content": string,
  "rawJson": string,
  "entity": string,
  "markdowns": {
    string: string,
    ...
  },
  "isForEntity": boolean
}
Fields
title

string

Output only. The title of the result entity data.

type

string

Output only. The type of the result entity data.

csvLines[]

string

Output only. The csv lines of the result entity data.

attachments

map (key: string, value: string)

Output only. The attachments of the result entity data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

htmls

map (key: string, value: string)

Output only. The htmls of the result entity data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

content

string

Output only. The content of the result entity data.

rawJson

string

Output only. The raw json of the result entity data.

entity

string

Output only. The entity of the result entity data.

markdowns

map (key: string, value: string)

Output only. The markdowns of the result entity data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

isForEntity

boolean

Output only. The flag that indicates whether the result entity data is for 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-05-18 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-05-18 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page