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

GoogleCloudApihubV1UserPasswordConfig

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

Parameters to support Username and Password Authentication.

interface GoogleCloudApihubV1UserPasswordConfig {
username?: string;
}

§Properties

§

Required. Secret version reference containing the password. The secretmanager.versions.access permission should be granted to the service account accessing the secret.

§
username?: string
[src]

Required. Username.