GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeMailPhishing (google_api_alert_center v0.14.0) 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 Gmail potential employee spoofing

Attributes

  • domainId (type: GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDomainId.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.GoogleAppsAlertcenterTypeMaliciousEntity.t, default: nil) - The entity whose actions triggered a Gmail phishing alert.
  • messages (type: list(GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeGmailMessageInfo.t), default: nil) - The list of messages contained by this alert.
  • systemActionType (type: String.t, default: nil) - System actions on the messages.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeMailPhishing{
    domainId:
      GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDomainId.t()
      | nil,
    isInternal: boolean() | nil,
    maliciousEntity:
      GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeMaliciousEntity.t()
      | nil,
    messages:
      [
        GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeGmailMessageInfo.t()
      ]
      | nil,
    systemActionType: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.