ApiDomainEntity

ApiDomainEntity message.

JSON representation
{
  "caseIdentifier": string,
  "alertIdentifier": string,
  "entityType": string,
  "identifier": string,
  "creationTimeUnixMs": string,
  "modificationTimeUnixMs": string,
  "additionalProperties": {
    string: string,
    ...
  },
  "isInternal": boolean,
  "isSuspicious": boolean,
  "isArtifact": boolean,
  "isEnriched": boolean,
  "isVulnerable": boolean,
  "isPivot": boolean
}
Fields
caseIdentifier

string

Case identifier.

alertIdentifier

string

Alert identifier.

entityType

string

Entity type.

identifier

string

Identifier.

creationTimeUnixMs

string (int64 format)

Creation time in unix ms.

modificationTimeUnixMs

string (int64 format)

Modification time in unix ms.

additionalProperties

map (key: string, value: string)

Additional properties.

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

isInternal

boolean

Is internal.

isSuspicious

boolean

Is suspicious.

isArtifact

boolean

Is artifact.

isEnriched

boolean

Is enriched.

isVulnerable

boolean

Is vulnerable.

isPivot

boolean

Is pivot.