Class BadWhitelist
Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class BadWhitelist : IDirectResponseSchema
Properties
DomainId
The domain ID.
Declaration
[JsonProperty("domainId")]
public virtual DomainId DomainId { get; set; }
Property Value
Type | Description |
---|---|
DomainId |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaliciousEntity
The entity whose actions triggered a Gmail phishing alert.
Declaration
[JsonProperty("maliciousEntity")]
public virtual MaliciousEntity MaliciousEntity { get; set; }
Property Value
Type | Description |
---|---|
MaliciousEntity |
Messages
The list of messages contained by this alert.
Declaration
[JsonProperty("messages")]
public virtual IList<GmailMessageInfo> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<GmailMessageInfo> |
SourceIp
The source IP address of the malicious email, for example, 127.0.0.1
.
Declaration
[JsonProperty("sourceIp")]
public virtual string SourceIp { get; set; }
Property Value
Type | Description |
---|---|
string |