GoogleApi.AlertCenter.V1beta1.Model.PhishingSpike (google_api_alert_center v0.27.0)
View SourceAlert for a spike in user reported phishing. Warning: This type has been deprecated. Use MailPhishing instead.
Attributes
-
domainId(type:GoogleApi.AlertCenter.V1beta1.Model.DomainId.t, default:nil) - The domain ID. -
isInternal(type:boolean(), default:nil) - Iftrue, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.PhishingSpike{ domainId: GoogleApi.AlertCenter.V1beta1.Model.DomainId.t() | nil, isInternal: boolean() | nil, maliciousEntity: GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity.t() | nil, messages: [GoogleApi.AlertCenter.V1beta1.Model.GmailMessageInfo.t()] | nil }