ThreatEntryType
Tipi di voci che rappresentano una minaccia. Gli elenchi di minacce sono raccolte di voci di un singolo tipo.
Enum |
THREAT_ENTRY_TYPE_UNSPECIFIED |
Non specificato. |
URL |
Un URL. |
EXECUTABLE |
Un programma eseguibile. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-04-01 UTC.
[null,null,["Ultimo aggiornamento 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"]]