ThreatInfo

脅威リストで一致を確認する際にクライアントが送信する 1 つ以上の脅威に関する情報。

JSON 表現
{
  "threatTypes": [
    enum (ThreatType)
  ],
  "platformTypes": [
    enum (PlatformType)
  ],
  "threatEntryTypes": [
    enum (ThreatEntryType)
  ],
  "threatEntries": [
    {
      object (ThreatEntry)
    }
  ]
}
フィールド
threatTypes[]

enum (ThreatType)

確認する脅威の種類。

platformTypes[]

enum (PlatformType)

確認するプラットフォーム タイプ。

threatEntryTypes[]

enum (ThreatEntryType)

チェックするエントリタイプ。

threatEntries[]

object (ThreatEntry)

チェック対象の脅威エントリ。