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

GoogleCloudConnectorsV1AuthConfigUserPassword

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

Parameters to support Username and Password Authentication.

interface GoogleCloudConnectorsV1AuthConfigUserPassword {
username?: string;
}

§Properties

§

Secret version reference containing the password.

§
username?: string
[src]

Username.