ThreatEntryType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
위협을 야기하는 항목 유형 위협 목록은 단일 유형의 항목 모음입니다.
열거형 |
THREAT_ENTRY_TYPE_UNSPECIFIED |
지정되지 않았습니다. |
URL |
URL입니다. |
EXECUTABLE |
실행 가능한 프로그램 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThreat lists are comprised of entries of a single type, such as URLs or executable programs, which represent potential security threats.\u003c/p\u003e\n"],["\u003cp\u003eThreat lists categorize entries using specific enums like \u003ccode\u003eURL\u003c/code\u003e or \u003ccode\u003eEXECUTABLE\u003c/code\u003e to denote the nature of the threat.\u003c/p\u003e\n"],["\u003cp\u003eA threat entry type of \u003ccode\u003eTHREAT_ENTRY_TYPE_UNSPECIFIED\u003c/code\u003e indicates an unspecified or unknown threat.\u003c/p\u003e\n"]]],["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"],null,["# ThreatEntryType\n\nTypes of entries that pose threats. Threat lists are collections of entries of a single type.\n\n| Enums ||\n|---------------------------------|------------------------|\n| `THREAT_ENTRY_TYPE_UNSPECIFIED` | Unspecified. |\n| `URL` | A URL. |\n| `EXECUTABLE` | An executable program. |"]]