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

SignSshPublicKeyResponse

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

The response message for signing an SSH public key.

interface SignSshPublicKeyResponse {
signedSshPublicKey?: string;
}

§Properties

§
signedSshPublicKey?: string
[src]

The signed SSH public key to use in the SSH handshake.