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

GoogleAccount

import type { GoogleAccount } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Describes authentication configuration that uses a Google account.

interface GoogleAccount {
password?: string;
username?: string;
}

§Properties

§
password?: string
[src]

Required. Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.

§
username?: string
[src]

Required. The user name of the Google account.