threatType property

String? threatType
getter/setter pair

The type of threat.

This field will never be empty. Possible string values are:

  • "THREAT_TYPE_UNSPECIFIED" : Unknown threat type. If this is returned by the server, the client shall disregard the enclosing FullHashDetail altogether.
  • "MALWARE" : Malware threat type.
  • "SOCIAL_ENGINEERING" : Social engineering threat type.
  • "UNWANTED_SOFTWARE" : Unwanted software threat type.
  • "POTENTIALLY_HARMFUL_APPLICATION" : Potentially harmful application threat type.

Implementation

core.String? threatType;