GoogleCloudApihubV1UserPasswordConfig
import type { GoogleCloudApihubV1UserPasswordConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Parameters to support Username and Password Authentication.
interface GoogleCloudApihubV1UserPasswordConfig {
password?: GoogleCloudApihubV1Secret;
username?: string;
}