ApiSecurityEntityDataModel represents a security entity.
| JSON representation | 
|---|
{
  "caseId": string,
  "identifier": string,
  "entityType": string,
  "environment": string,
  "fields": [
    {
      object ( | 
            
| Fields | |
|---|---|
caseId | 
              
                 
 Required. CaseId is the identifier of the case.  | 
            
identifier | 
              
                 
 Required. Identifier is the unique identifier of the entity.  | 
            
entityType | 
              
                 
 Required. EntityType is the type of the entity.  | 
            
environment | 
              
                 
 Optional. Environment is the environment of the entity.  | 
            
fields[] | 
              
                 
 Optional. Fields is a list of fields for the entity.  | 
            
sourceUrl | 
              
                 
 Optional. SourceUrl indicates 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.  |