Method: threatLists.list
HTTP 要求
GET https://safebrowsing.googleapis.com/v4/threatLists
這個網址使用 gRPC 轉碼語法。
回應主體
欄位 |
threatLists[] |
object (ThreatListDescriptor )
可由用戶端下載的清單。
|
ThreatListDescriptor
說明個別威脅清單。清單由三個參數定義:已創造的威脅類型、威脅目標的平台類型,以及清單中的項目類型。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間: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"]]