Module: Google::Cloud::WebRisk::V1::ThreatType

Defined in:
proto_docs/google/cloud/webrisk/v1/webrisk.rb

Overview

The type of threat. This maps directly to the threat list a threat may belong to.

Constant Summary collapse

THREAT_TYPE_UNSPECIFIED =

No entries should match this threat type. This threat type is unused.

0
MALWARE =

Malware targeting any platform.

1
SOCIAL_ENGINEERING =

Social engineering targeting any platform.

2
UNWANTED_SOFTWARE =

Unwanted software targeting any platform.

3
SOCIAL_ENGINEERING_EXTENDED_COVERAGE =

A list of extended coverage social engineering URIs targeting any platform.

4