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
|
Case identifier. |
alertIdentifier
|
Alert identifier. |
entityType
|
Entity type. |
identifier
|
Identifier. |
creationTimeUnixMs
|
Creation time in unix ms. |
modificationTimeUnixMs
|
Modification time in unix ms. |
additionalProperties
|
Additional properties. An object containing a list of |
isInternal
|
Is internal. |
isSuspicious
|
Is suspicious. |
isArtifact
|
Is artifact. |
isEnriched
|
Is enriched. |
isVulnerable
|
Is vulnerable. |
isPivot
|
Is pivot. |