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

MaliciousEntity

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

Entity whose actions triggered a Gmail phishing alert.

interface MaliciousEntity {
displayName?: string;
entity?: User;
fromHeader?: string;
}

§Properties

§
displayName?: string
[src]

The header from display name.

§
entity?: User
[src]

The actor who triggered a gmail phishing alert.

§
fromHeader?: string
[src]

The sender email address.