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

ListSSHKeysResponse

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

Message for response of ListSSHKeys.

interface ListSSHKeysResponse {
nextPageToken?: string;
sshKeys?: SSHKey[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
sshKeys?: SSHKey[]
[src]

The SSH keys registered in the project.