ThreatInfo

  • ThreatInfo describes the threats a client wants to check against threat lists, including threat types, platform types, and threat entry types.

  • The threatEntries field contains a list of ThreatEntry objects that provide details about the specific threats being checked.

  • Clients use ThreatInfo to specify the parameters of their threat checks when interacting with the Safe Browsing API.

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.