Resource: Submission
Wraps a URI that might be displaying malicious content.
JSON representation | |
---|---|
{
"uri": string,
"threatTypes": [
enum ( |
Fields | |
---|---|
uri |
Required. The URI that is being reported for malicious content to be analyzed. |
threatTypes[] |
ThreatTypes found to be associated with the submitted URI after reviewing it. This may be empty if the URI was not added to any list. |
ThreatType
The type of threat. This maps directly to the threat list a threat may belong to.
Enums | |
---|---|
THREAT_TYPE_UNSPECIFIED |
No entries should match this threat type. This threat type is unused. |
MALWARE |
Malware targeting any platform. |
SOCIAL_ENGINEERING |
Social engineering targeting any platform. |
UNWANTED_SOFTWARE |
Unwanted software targeting any platform. |
Methods |
|
---|---|
|
Creates a Submission of a URI suspected of containing phishing content to be reviewed. |