ThreatInfo

The information regarding one or more threats that a client submits when checking for matches in threat lists.

JSON representation
{
  "threatTypes": [
    enum (ThreatType)
  ],
  "platformTypes": [
    enum (PlatformType)
  ],
  "threatEntryTypes": [
    enum (ThreatEntryType)
  ],
  "threatEntries": [
    {
      object (ThreatEntry)
    }
  ]
}
Fields
threatTypes[]

enum (ThreatType)

The threat types to be checked.

platformTypes[]

enum (PlatformType)

The platform types to be checked.

threatEntryTypes[]

enum (ThreatEntryType)

The entry types to be checked.

threatEntries[]

object (ThreatEntry)

The threat entries to be checked.