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

Credentials

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

Credentials for a private cloud.

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

§Properties

§
password?: string
[src]

Initial password.

§
username?: string
[src]

Initial username.