Security entity.
| JSON representation | 
|---|
| {
  "entityType": string,
  "identifier": string,
  "caseId": integer,
  "isArtifact": boolean,
  "isEnriched": boolean,
  "isVulnerable": boolean,
  "isPivot": boolean,
  "environment": string,
  "sourceUrl": string,
  "fields": [
    {
      object ( | 
| Fields | |
|---|---|
| entityType | 
 Output only. The entity type. | 
| identifier | 
 Output only. The entity identifier. | 
| caseId | 
 Output only. The case id of the entity. | 
| isArtifact | 
 Output only. Flag that indicates whether the entity is an artifact or not. | 
| isEnriched | 
 Output only. Flag that indicates whether the entity is enriched or not. | 
| isVulnerable | 
 Output only. Flag that indicates whether the entity is vulnerable or not. | 
| isPivot | 
 Output only. Flag that indicates whether the entity is a pivot or not. | 
| environment | 
 Output only. The environment the entity belongs to. | 
| sourceUrl | 
 Output only. The source URL of the entity. | 
| fields[] | 
 Output only. The context groups. | 
| isSuspicious | 
 Output only. Flag that indicates whether the entity is suspicious or not. | 
| isInternal | 
 Output only. Flag that indicates whether the entity is internal or not. | 
| isManuallyCreated | 
 Output only. Flag that indicates whether the entity is manually created or not. |