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

LoadInstanceAuthInfoResponse

import type { LoadInstanceAuthInfoResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response for LoadInstanceAuthInfo.

interface LoadInstanceAuthInfoResponse {
sshKeys?: SSHKey[];
userAccounts?: {
[key: string]: UserAccount;
}
;
}

§Properties

§
sshKeys?: SSHKey[]
[src]

List of ssh keys.

§
userAccounts?: {
[key: string]: UserAccount;
}
[src]

Map of username to the user account info.