ThreatInfo
اطلاعات مربوط به یک یا چند تهدید که یک مشتری هنگام بررسی موارد مشابه در لیست تهدید ارسال می کند.
فیلدها |
---|
threatTypes[] | enum ( ThreatType ) انواع تهدید که باید بررسی شوند |
platformTypes[] | enum ( PlatformType ) انواع پلت فرم که باید بررسی شوند. |
threatEntryTypes[] | enum ( ThreatEntryType ) انواع ورودی که باید بررسی شوند. |
threatEntries[] | object ( ThreatEntry ) ورودی های تهدید باید بررسی شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["`ThreatInfo` describes the threats a client wants to check against threat lists, including threat types, platform types, and threat entry types."],["The `threatEntries` field contains a list of `ThreatEntry` objects that provide details about the specific threats being checked."],["Clients use `ThreatInfo` to specify the parameters of their threat checks when interacting with the Safe Browsing API."]]],["Clients submit threat information to check for matches in threat lists. This information, represented in JSON, includes four key fields: `threatTypes`, specifying the types of threats; `platformTypes`, indicating the relevant platforms; `threatEntryTypes`, defining the types of entries; and `threatEntries`, listing the specific entries to be checked. Each of the types are defined in an enum. These parameters collectively determine the scope and nature of the threat list check.\n"]]