ThreatType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
THREAT_TYPE_UNSPECIFIED |
未知。 |
MALWARE |
恶意软件威胁类型。 |
SOCIAL_ENGINEERING |
社会工程学威胁类型。 |
UNWANTED_SOFTWARE |
垃圾软件威胁类型。 |
POTENTIALLY_HARMFUL_APPLICATION |
可能有害的应用威胁类型。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe \u003ccode\u003eThreatType\u003c/code\u003e enum defines various categories of security threats, including malware, social engineering, unwanted software, and potentially harmful applications.\u003c/p\u003e\n"],["\u003cp\u003eA default value of \u003ccode\u003eTHREAT_TYPE_UNSPECIFIED\u003c/code\u003e is used when the specific threat type is unknown.\u003c/p\u003e\n"]]],["The core content outlines various threat types, defining them through specific enumerations. These include `MALWARE`, representing malware threats, and `SOCIAL_ENGINEERING`, indicating social engineering threats. `UNWANTED_SOFTWARE` signifies unwanted software threats, while `POTENTIALLY_HARMFUL_APPLICATION` denotes threats from applications that may cause harm. An unspecified or unknown threat is labeled as `THREAT_TYPE_UNSPECIFIED`. These categories classify the nature of security threats for identification and handling.\n"],null,["# ThreatType\n\nTypes of threats.\n\n| Enums ||\n|-----------------------------------|----------------------------------------------|\n| `THREAT_TYPE_UNSPECIFIED` | Unknown. |\n| `MALWARE` | Malware threat type. |\n| `SOCIAL_ENGINEERING` | Social engineering threat type. |\n| `UNWANTED_SOFTWARE` | Unwanted software threat type. |\n| `POTENTIALLY_HARMFUL_APPLICATION` | Potentially harmful application threat type. |"]]