LegacyEntitySearchEverythingResult

Message that represents an entity search everything result.

JSON representation
{
  "entity": {
    object (LegacySecurityEntityDataModel)
  },
  "casesCount": integer
}
Fields
entity

object (LegacySecurityEntityDataModel)

Optional. The entity data.

casesCount

integer

Optional. The cases count.

LegacySecurityEntityDataModel

Message that represents a security entity data model.

JSON representation
{
  "caseId": string,
  "identifier": string,
  "entityType": string,
  "isInternal": boolean,
  "isSuspicious": boolean,
  "isArtifact": boolean,
  "isEnriched": boolean,
  "isVulnerable": boolean,
  "isPivot": boolean,
  "environment": string,
  "fields": [
    {
      object (LegacyContextGroupDataModel)
    }
  ],
  "isManuallyCreated": boolean,
  "sourceUrl": string
}
Fields
caseId

string (int64 format)

Optional. The case id.

identifier

string

Optional. The entity identifier.

entityType

string

Optional. The entity type.

isInternal

boolean

Optional. Is internal.

isSuspicious

boolean

Optional. Is suspicious.

isArtifact

boolean

Optional. Is artifact.

isEnriched

boolean

Optional. Is enriched.

isVulnerable

boolean

Optional. Is vulnerable.

isPivot

boolean

Optional. Is pivot.

environment

string

Optional. The environment.

fields[]

object (LegacyContextGroupDataModel)

Optional. The fields.

isManuallyCreated

boolean

Optional. Is manually created.

sourceUrl

string

Optional. The source url.

LegacyContextGroupDataModel

Message that represents a context group data model.

JSON representation
{
  "isHighlight": boolean,
  "groupName": string,
  "hideOptions": boolean,
  "items": [
    {
      object (LegacyContextStringItemDataModel)
    }
  ]
}
Fields
isHighlight

boolean

Optional. Is highlight.

groupName

string

Optional. The group name.

hideOptions

boolean

Optional. Hide options.

items[]

object (LegacyContextStringItemDataModel)

Optional. The items.

LegacyContextStringItemDataModel

Message that represents a context string item data model.

JSON representation
{
  "originalName": string,
  "name": string,
  "value": string
}
Fields
originalName

string

Optional. The original name.

name

string

Optional. The name.

value

string

Optional. The value.