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

CustomAccount

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

Describes authentication configuration that uses a custom account.

interface CustomAccount {
loginUrl?: string;
password?: string;
username?: string;
}

§Properties

§
loginUrl?: string
[src]

Required. The login form URL of the website.

§
password?: string
[src]

Required. Input only. The password of the custom 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 custom account.