BadWhitelist
Stay organized with collections
Save and categorize content based on your preferences.
Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.
Fields |
domainId |
object (DomainId )
The domain ID.
|
maliciousEntity |
object (MaliciousEntity )
The entity whose actions triggered a Gmail phishing alert.
|
messages[] |
object (GmailMessageInfo )
The list of messages contained by this alert.
|
sourceIp |
string
The source IP address of the malicious email, for example, 127.0.0.1 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# BadWhitelist\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAlert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"domainId\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/DomainId) }, \"maliciousEntity\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/MaliciousEntity) }, \"messages\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/GmailMessageInfo) } ], \"sourceIp\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `domainId` | `object (`[DomainId](/workspace/admin/alertcenter/reference/rest/v1beta1/DomainId)`)` The domain ID. |\n| `maliciousEntity` | `object (`[MaliciousEntity](/workspace/admin/alertcenter/reference/rest/v1beta1/MaliciousEntity)`)` The entity whose actions triggered a Gmail phishing alert. |\n| `messages[]` | `object (`[GmailMessageInfo](/workspace/admin/alertcenter/reference/rest/v1beta1/GmailMessageInfo)`)` The list of messages contained by this alert. |\n| `sourceIp` | `string` The source IP address of the malicious email, for example, `127.0.0.1`. |"]]