ThreatType
列挙型 |
THREAT_TYPE_UNSPECIFIED |
不明 |
MALWARE |
マルウェアの脅威の種類。 |
SOCIAL_ENGINEERING |
ソーシャル エンジニアリングの脅威の種類。 |
UNWANTED_SOFTWARE |
望ましくないソフトウェアの脅威の種類。 |
POTENTIALLY_HARMFUL_APPLICATION |
有害な可能性があるアプリケーション脅威の種類。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]