ThreatType
טיפוסים בני מנייה (enums) |
THREAT_TYPE_UNSPECIFIED |
לא ידוע. |
MALWARE |
סוג האיום של תוכנה זדונית. |
SOCIAL_ENGINEERING |
סוג האיום של הנדסה חברתית. |
UNWANTED_SOFTWARE |
סוג האיום של תוכנה לא רצויה. |
POTENTIALLY_HARMFUL_APPLICATION |
סוג האיום של אפליקציות שעלולות להזיק. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-01 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-01 (שעון UTC)."],[[["The `ThreatType` enum defines various categories of security threats, including malware, social engineering, unwanted software, and potentially harmful applications."],["A default value of `THREAT_TYPE_UNSPECIFIED` is used when the specific threat type is unknown."]]],["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"]]