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

LoginDetails

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

The details of the login action.

interface LoginDetails {
ipAddress?: string;
loginTime?: Date;
}

§Properties

§
ipAddress?: string
[src]

Optional. The human-readable IP address (for example, 11.22.33.44) that is associated with the warning event.

§
loginTime?: Date
[src]

Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.