threatType property
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. Malware is any software or mobile application specifically designed to harm a computer, a mobile device, the software it's running, or its users. Malware exhibits malicious behavior that can include installing software without user consent and installing harmful software such as viruses. More information can be found here.
- "SOCIAL_ENGINEERING" : Social engineering threat type. Social engineering pages falsely purport to act on behalf of a third party with the intention of confusing viewers into performing an action with which the viewer would only trust a true agent of that third party. Phishing is a type of social engineering that tricks the viewer into performing the specific action of providing information, such as login credentials. More information can be found here.
- "UNWANTED_SOFTWARE" : Unwanted software threat type. Unwanted software is any software that does not adhere to Google's Software Principles but isn't malware.
- "POTENTIALLY_HARMFUL_APPLICATION" : Potentially harmful application threat type as used by Google Play Protect for the Play Store.
Implementation
core.String? threatType;