Class PhishingSpike
Alert for a spike in user reported phishing. Warning: This type has been deprecated. Use MailPhishing instead.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class PhishingSpike : IDirectResponseSchemaProperties
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 | 
IsInternal
If true, the email originated from within the organization.
Declaration
[JsonProperty("isInternal")]
public virtual bool? IsInternal { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
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> |