Class MailPhishing
Proto for all phishing alerts with common payload. Supported types are any of the following: * User reported phishing * User reported spam spike * Suspicious message reported * Phishing reclassification * Malware reclassification * Gmail potential employee spoofing
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class MailPhishing : 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 |
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> |
SystemActionType
System actions on the messages.
Declaration
[JsonProperty("systemActionType")]
public virtual string SystemActionType { get; set; }
Property Value
Type | Description |
---|---|
string |