google_api_safe_browsing v0.0.1 GoogleApi.SafeBrowsing.V4.Model.ThreatMatch View Source

A match when checking a threat entry in the Safe Browsing threat lists.

Attributes

  • cacheDuration (String): The cache lifetime for the returned match. Clients must not cache this response for more than this duration to avoid false positives. Defaults to: null.
  • platformType (String): The platform type matching this threat. Defaults to: null.

    • Enum - one of [PLATFORM_TYPE_UNSPECIFIED, WINDOWS, LINUX, ANDROID, OSX, IOS, ANY_PLATFORM, ALL_PLATFORMS, CHROME]
  • threat (ThreatEntry): The threat matching this threat. Defaults to: null.
  • threatEntryMetadata (ThreatEntryMetadata): Optional metadata associated with this threat. Defaults to: null.
  • threatEntryType (String): The threat entry type matching this threat. Defaults to: null.

    • Enum - one of [THREAT_ENTRY_TYPE_UNSPECIFIED, URL, EXECUTABLE, IP_RANGE, CHROME_EXTENSION, FILENAME, CERT]
  • threatType (String): The threat type matching this threat. Defaults to: null.

    • Enum - one of [THREAT_TYPE_UNSPECIFIED, MALWARE, SOCIAL_ENGINEERING, UNWANTED_SOFTWARE, POTENTIALLY_HARMFUL_APPLICATION, SOCIAL_ENGINEERING_INTERNAL, API_ABUSE, MALICIOUS_BINARY, CSD_WHITELIST, CSD_DOWNLOAD_WHITELIST, CLIENT_INCIDENT, CLIENT_INCIDENT_WHITELIST, APK_MALWARE_OFFLINE, SUBRESOURCE_FILTER]