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

ProjectsLocationsSshKeysCreateOptions

import type { ProjectsLocationsSshKeysCreateOptions } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Additional options for BareMetalSolution#projectsLocationsSshKeysCreate.

interface ProjectsLocationsSshKeysCreateOptions {
sshKeyId?: string;
}

§Properties

§
sshKeyId?: string
[src]

Required. The ID to use for the key, which will become the final component of the key's resource name. This value must match the regex: [a-zA-Z0-9@.-_]{1,64}