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

ImportSshPublicKeyResponse

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

A response message for importing an SSH public key.

interface ImportSshPublicKeyResponse {
details?: string;
loginProfile?: LoginProfile;
}

§Properties

§
details?: string
[src]

Detailed information about import results.

§
loginProfile?: LoginProfile
[src]

The login profile information for the user.