ApiSecurityEntityDataModel represents a security entity.
| JSON representation |
|---|
{
"caseId"
:
string
,
"identifier"
:
string
,
"entityType"
:
string
,
"environment"
:
string
,
"fields"
:
[
{
object (
|
| Fields | |
|---|---|
caseId
|
Optional. CaseId is the ID of the case. |
identifier
|
Optional. Identifier is the identifier of the entity. |
entityType
|
Optional. EntityType is the type of the entity. |
environment
|
Optional. Environment is the environment of the entity. |
fields[]
|
Optional. Fields is a list of context group data models. |
sourceUrl
|
Optional. SourceUrl is the source URL of the entity. |
isInternal
|
Optional. IsInternal indicates if the entity is internal. |
isSuspicious
|
Optional. IsSuspicious indicates if the entity is suspicious. |
isArtifact
|
Optional. IsArtifact indicates if the entity is an artifact. |
isEnriched
|
Optional. IsEnriched indicates if the entity is enriched. |
isVulnerable
|
Optional. IsVulnerable indicates if the entity is vulnerable. |
isPivot
|
Optional. IsPivot indicates if the entity is a pivot. |
isManuallyCreated
|
Optional. IsManuallyCreated indicates if the entity was manually created. |
LegacyCaseContextGroupDataModel
ContextGroupDataModel represents a group of context items.
| JSON representation |
|---|
{
"groupName"
:
string
,
"items"
:
[
{
object (
|
| Fields | |
|---|---|
groupName
|
Optional. GroupName is the name of the context group. |
items[]
|
Optional. Items is a list of context string items. |
isHighlight
|
Optional. IsHighlight indicates if the context group is highlighted. |
hideOptions
|
Optional. hideOptions indicates if the options are hidden. |
LegacyCaseContextStringItemDataModel
ContextStringItemDataModel represents a string item in a context group.
| JSON representation |
|---|
{ "originalName" : string , "name" : string , "value" : string } |
| Fields | |
|---|---|
originalName
|
Optional. OriginalName is the original name of the context string item. |
name
|
Optional. Name is the name of the context string item. |
value
|
Optional. Value is the value of the context string item. |

