BadWhitelist
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在 Gmail 高级设置中将发送恶意电子邮件的网域或 IP 地址列为白名单网域或 IP 地址时发出提醒。
字段 |
domainId |
object (DomainId )
网域 ID。
|
maliciousEntity |
object (MaliciousEntity )
其操作触发了 Gmail 网上诱骗提醒的实体。
|
messages[] |
object (GmailMessageInfo )
此提醒包含的消息列表。
|
sourceIp |
string
恶意电子邮件的来源 IP 地址,例如 127.0.0.1 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],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`. |"]]