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

SshPublicKey

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

The SSH public key information associated with a Google account.

interface SshPublicKey {
expirationTimeUsec?: bigint;
readonly fingerprint?: string;
key?: string;
readonly name?: string;
}

§Properties

§
expirationTimeUsec?: bigint
[src]

An expiration time in microseconds since epoch.

§
readonly fingerprint?: string
[src]

Output only. The SHA-256 fingerprint of the SSH public key.

§
key?: string
[src]

Public key text in SSH format, defined by RFC4253 section 6.6.

§
readonly name?: string
[src]

Output only. The canonical resource name.