SecurityEntity

Security entity.

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

string

Output only. The entity type.

identifier

string

Output only. The entity identifier.

caseId

integer

Output only. The case id of the entity.

isArtifact

boolean

Output only. Flag that indicates whether the entity is an artifact or not.

isEnriched

boolean

Output only. Flag that indicates whether the entity is enriched or not.

isVulnerable

boolean

Output only. Flag that indicates whether the entity is vulnerable or not.

isPivot

boolean

Output only. Flag that indicates whether the entity is a pivot or not.

environment

string

Output only. The environment the entity belongs to.

sourceUrl

string

Output only. The source URL of the entity.

fields[]

object (WidgetContextGroup)

Output only. The context groups.

isSuspicious

boolean

Output only. Flag that indicates whether the entity is suspicious or not.

isInternal

boolean

Output only. Flag that indicates whether the entity is internal or not.

isManuallyCreated

boolean

Output only. Flag that indicates whether the entity is manually created or not.