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

BadWhitelist

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

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

interface BadWhitelist {
domainId?: DomainId;
maliciousEntity?: MaliciousEntity;
messages?: GmailMessageInfo[];
sourceIp?: string;
}

§Properties

§
domainId?: DomainId
[src]

The domain ID.

§
maliciousEntity?: MaliciousEntity
[src]

The entity whose actions triggered a Gmail phishing alert.

§

The list of messages contained by this alert.

§
sourceIp?: string
[src]

The source IP address of the malicious email, for example, 127.0.0.1.