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

PhishingSpike

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

Alert for a spike in user reported phishing. Warning: This type has been deprecated. Use MailPhishing instead.

interface PhishingSpike {
domainId?: DomainId;
isInternal?: boolean;
maliciousEntity?: MaliciousEntity;
messages?: GmailMessageInfo[];
}

§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.