google_api_alert_center v0.3.0 GoogleApi.AlertCenter.V1beta1.Model.MailPhishing View Source

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

Attributes

  • domainId (type: GoogleApi.AlertCenter.V1beta1.Model.DomainId.t, default: nil) - The domain ID.
  • isInternal (type: boolean(), default: nil) - If true, the email originated from within the organization.
  • maliciousEntity (type: GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity.t, default: nil) - The entity whose actions triggered a Gmail phishing alert.
  • messages (type: list(GoogleApi.AlertCenter.V1beta1.Model.GmailMessageInfo.t), default: nil) - The list of messages contained by this alert.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AlertCenter.V1beta1.Model.MailPhishing{
  domainId: GoogleApi.AlertCenter.V1beta1.Model.DomainId.t(),
  isInternal: boolean(),
  maliciousEntity: GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity.t(),
  messages: [GoogleApi.AlertCenter.V1beta1.Model.GmailMessageInfo.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.