AI-generated Key Takeaways
-
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 ofThreatEntry
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 ( |
Fields | |
---|---|
threatTypes[] |
The threat types to be checked. |
platformTypes[] |
The platform types to be checked. |
threatEntryTypes[] |
The entry types to be checked. |
threatEntries[] |
The threat entries to be checked. |