ApiSecurityEntityDataModel

ApiSecurityEntityDataModel represents a security entity.

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

string (int64 format)

Required. CaseId is the identifier of the case.

identifier

string

Required. Identifier is the unique identifier of the entity.

entityType

string

Required. EntityType is the type of the entity.

environment

string

Optional. Environment is the environment of the entity.

fields[]

object (ContextGroupDataModel)

Optional. Fields is a list of fields for the entity.

sourceUrl

string

Optional. SourceUrl indicates the source URL of the entity.

isInternal

boolean

Optional. IsInternal indicates if the entity is internal.

isSuspicious

boolean

Optional. IsSuspicious indicates if the entity is suspicious.

isArtifact

boolean

Optional. IsArtifact indicates if the entity is an artifact.

isEnriched

boolean

Optional. IsEnriched indicates if the entity is enriched.

isVulnerable

boolean

Optional. IsVulnerable indicates if the entity is vulnerable.

isPivot

boolean

Optional. IsPivot indicates if the entity is a pivot.

isManuallyCreated

boolean

Optional. IsManuallyCreated indicates if the entity was manually created.