- JSON representation
- LegacySecurityEntityDataModel
- LegacyContextGroupDataModel
- LegacyContextStringItemDataModel
Message that represents an entity search everything result.
| JSON representation |
|---|
{
"entity": {
object ( |
| Fields | |
|---|---|
entity |
Optional. The entity data. |
casesCount |
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 ( |
| Fields | |
|---|---|
caseId |
Optional. The case id. |
identifier |
Optional. The entity identifier. |
entityType |
Optional. The entity type. |
isInternal |
Optional. Is internal. |
isSuspicious |
Optional. Is suspicious. |
isArtifact |
Optional. Is artifact. |
isEnriched |
Optional. Is enriched. |
isVulnerable |
Optional. Is vulnerable. |
isPivot |
Optional. Is pivot. |
environment |
Optional. The environment. |
fields[] |
Optional. The fields. |
isManuallyCreated |
Optional. Is manually created. |
sourceUrl |
Optional. The source url. |
LegacyContextGroupDataModel
Message that represents a context group data model.
| JSON representation |
|---|
{
"isHighlight": boolean,
"groupName": string,
"hideOptions": boolean,
"items": [
{
object ( |
| Fields | |
|---|---|
isHighlight |
Optional. Is highlight. |
groupName |
Optional. The group name. |
hideOptions |
Optional. Hide options. |
items[] |
Optional. The items. |
LegacyContextStringItemDataModel
Message that represents a context string item data model.
| JSON representation |
|---|
{ "originalName": string, "name": string, "value": string } |
| Fields | |
|---|---|
originalName |
Optional. The original name. |
name |
Optional. The name. |
value |
Optional. The value. |