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

SshAuthenticationConfig

import type { SshAuthenticationConfig } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Configures fields for performing SSH authentication.

interface SshAuthenticationConfig {
hostPublicKey?: string;
userPrivateKeySecretVersion?: string;
}

§Properties

§
hostPublicKey?: string
[src]

Required. Content of a public SSH key to verify an identity of a remote Git host.

§
userPrivateKeySecretVersion?: string
[src]

Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format projects/*\/secrets/*\/versions/*.