Method: threatLists.list
HTTP 请求
GET https://safebrowsing.googleapis.com/v4/threatLists
网址采用 gRPC 转码语法。
响应正文
字段 |
threatLists[] |
object (ThreatListDescriptor )
可供客户端下载的列表。
|
ThreatListDescriptor
描述单个威胁列表。列表由三个参数定义:威胁的类型、威胁的目标平台类型以及列表中的条目类型。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[[["This API lists the Safe Browsing threat lists available for download."],["It uses a GET request to `https://safebrowsing.googleapis.com/v4/threatLists` with an empty request body."],["The response provides a list of `ThreatListDescriptor` objects, each describing a threat list with its type, platform, and entry type."],["Each `ThreatListDescriptor` helps identify the specific threats, platforms affected, and the kind of entries within each list."]]],["This document outlines how to retrieve a list of available Safe Browsing threat lists. A `GET` request to `https://safebrowsing.googleapis.com/v4/threatLists` is used, with an empty request body. The successful response contains a JSON array of `threatLists`, each described by a `ThreatListDescriptor` object. This descriptor specifies the `threatType`, `platformType`, and `threatEntryType` of each list, defining the characteristics of the threats it contains.\n"]]