Class BadWhitelist
Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.
Inheritance
System.Object
BadWhitelist
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.String |