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

HostKeyAttributes

import type { HostKeyAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface HostKeyAttributes {
algorithm?: string | null;
fingerprintSHA1?: string | null;
fingerprintSHA256?: string | null;
notValidAfter?: Date | number | null;
notValidBefore?: Date | number | null;
publicKey?: string | null;
witnessedAt?: Date | number | null;
}

§Properties

§
algorithm?: string | null
[src]
§
fingerprintSHA1?: string | null
[src]
§
fingerprintSHA256?: string | null
[src]
§
notValidAfter?: Date | number | null
[src]
§
notValidBefore?: Date | number | null
[src]
§
publicKey?: string | null
[src]
§
witnessedAt?: Date | number | null
[src]