ThreatEntryType
Arten von Einträgen, die Bedrohungen darstellen. Bedrohungslisten sind Sammlungen von Einträgen eines einzigen Typs.
Enums |
THREAT_ENTRY_TYPE_UNSPECIFIED |
Nicht angegeben |
URL |
Eine URL. |
EXECUTABLE |
Ein ausführbares Programm. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-04-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-04-01 (UTC)."],[[["Threat lists are comprised of entries of a single type, such as URLs or executable programs, which represent potential security threats."],["Threat lists categorize entries using specific enums like `URL` or `EXECUTABLE` to denote the nature of the threat."],["A threat entry type of `THREAT_ENTRY_TYPE_UNSPECIFIED` indicates an unspecified or unknown threat."]]],["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"]]