Show / Hide Table of Contents

Class PhishingSpike

Alert for a spike in user reported phishing. Warning: This type has been deprecated. Use MailPhishing instead.

Inheritance
System.Object
PhishingSpike
Implements
IDirectResponseSchema
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 PhishingSpike : 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

IsInternal

If true, the email originated from within the organization.

Declaration
[JsonProperty("isInternal")]
public virtual bool? IsInternal { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

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>

Implements

IDirectResponseSchema
In This Article
Back to top