Method: threatLists.list

다운로드할 수 있는 세이프 브라우징 위협 목록을 나열합니다.

HTTP 요청

GET https://safebrowsing.googleapis.com/v4/threatLists

URL은 gRPC 트랜스코딩 구문을 사용합니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.

JSON 표현
{
  "threatLists": [
    {
      object (ThreatListDescriptor)
    }
  ]
}
필드
threatLists[]

object (ThreatListDescriptor)

클라이언트가 다운로드할 수 있는 목록입니다.

ThreatListDescriptor

개별 위협 목록을 설명합니다. 목록은 발생하는 위협 유형, 위협이 표적으로 삼는 플랫폼 유형, 목록의 항목 유형이라는 세 가지 매개변수로 정의됩니다.

JSON 표현
{
  "threatType": enum (ThreatType),
  "platformType": enum (PlatformType),
  "threatEntryType": enum (ThreatEntryType)
}
필드
threatType

enum (ThreatType)

목록의 항목에서 제기한 위협 유형입니다.

platformType

enum (PlatformType)

목록의 항목에서 타겟팅하는 플랫폼 유형입니다.

threatEntryType

enum (ThreatEntryType)

목록에 포함된 항목 유형입니다.