ThreatEntryType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
造成威胁的条目类型。威胁列表是单个类型的条目的集合。
枚举 |
THREAT_ENTRY_TYPE_UNSPECIFIED |
未指定。 |
URL |
网址。 |
EXECUTABLE |
可执行程序。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThreat lists are comprised of entries of a single type, such as URLs or executable programs, which represent potential security threats.\u003c/p\u003e\n"],["\u003cp\u003eThreat lists categorize entries using specific enums like \u003ccode\u003eURL\u003c/code\u003e or \u003ccode\u003eEXECUTABLE\u003c/code\u003e to denote the nature of the threat.\u003c/p\u003e\n"],["\u003cp\u003eA threat entry type of \u003ccode\u003eTHREAT_ENTRY_TYPE_UNSPECIFIED\u003c/code\u003e indicates an unspecified or unknown threat.\u003c/p\u003e\n"]]],["Threat lists categorize malicious entries. Entries can be of type URL, representing a web address, or EXECUTABLE, denoting a harmful program. Threat lists are composed of entries of only one type. The `THREAT_ENTRY_TYPE_UNSPECIFIED` enum indicates an entry with an undefined type. These categories help classify and manage various types of digital threats, allowing for targeted security measures.\n"],null,["# ThreatEntryType\n\nTypes of entries that pose threats. Threat lists are collections of entries of a single type.\n\n| Enums ||\n|---------------------------------|------------------------|\n| `THREAT_ENTRY_TYPE_UNSPECIFIED` | Unspecified. |\n| `URL` | A URL. |\n| `EXECUTABLE` | An executable program. |"]]