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

AccountWarning

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

Alerts for user account warning events.

interface AccountWarning {
email?: string;
loginDetails?: LoginDetails;
}

§Properties

§
email?: string
[src]

Required. The email of the user that this event belongs to.

§
loginDetails?: LoginDetails
[src]

Optional. Details of the login action associated with the warning event. This is only available for: * Suspicious login * Suspicious login (less secure app) * Suspicious programmatic login * User suspended (suspicious activity)