ThreatType
Enum |
THREAT_TYPE_UNSPECIFIED |
Không xác định. |
MALWARE |
Kiểu mối đe doạ phần mềm độc hại. |
SOCIAL_ENGINEERING |
Kiểu đe doạ tấn công phi kỹ thuật. |
UNWANTED_SOFTWARE |
Kiểu mối đe doạ phần mềm không mong muốn. |
POTENTIALLY_HARMFUL_APPLICATION |
Kiểu mối đe doạ trong ứng dụng có khả năng gây hại. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-04-01 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]