Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MailPhishing

import type { MailPhishing } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

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

interface MailPhishing {
domainId?: DomainId;
isInternal?: boolean;
maliciousEntity?: MaliciousEntity;
messages?: GmailMessageInfo[];
systemActionType?: "SYSTEM_ACTION_TYPE_UNSPECIFIED" | "NO_OPERATION" | "REMOVED_FROM_INBOX";
}

§Properties

§
domainId?: DomainId
[src]

The domain ID.

§
isInternal?: boolean
[src]

If true, the email originated from within the organization.

§
maliciousEntity?: MaliciousEntity
[src]

The entity whose actions triggered a Gmail phishing alert.

§

The list of messages contained by this alert.

§
systemActionType?: "SYSTEM_ACTION_TYPE_UNSPECIFIED" | "NO_OPERATION" | "REMOVED_FROM_INBOX"
[src]

System actions on the messages.