ThreatType
열거형 |
THREAT_TYPE_UNSPECIFIED |
알 수 없는 작업입니다. |
MALWARE |
멀웨어 위협 유형입니다. |
SOCIAL_ENGINEERING |
소셜 엔지니어링 위협 유형입니다. |
UNWANTED_SOFTWARE |
원치 않는 소프트웨어 위협 유형입니다. |
POTENTIALLY_HARMFUL_APPLICATION |
잠재적으로 위험한 애플리케이션 위협 유형입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]