GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeBadWhitelist (google_api_alert_center v0.14.0) View Source

Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.

Attributes

  • domainId (type: GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDomainId.t, default: nil) - The domain ID.
  • 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.
  • sourceIp (type: String.t, default: nil) - The source IP address of the malicious email, for example, 127.0.0.1.

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.GoogleAppsAlertcenterTypeBadWhitelist{
    domainId:
      GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDomainId.t()
      | nil,
    maliciousEntity:
      GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeMaliciousEntity.t()
      | nil,
    messages:
      [
        GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeGmailMessageInfo.t()
      ]
      | nil,
    sourceIp: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.