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;
}import type { SignSshPublicKeyResponse } from "https://googleapis.deno.dev/v1/oslogin:v1.ts";
The response message for signing an SSH public key.