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

GoogleCloudConnectorsV1AuthConfigSshPublicKey

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

Parameters to support Ssh public key Authentication.

interface GoogleCloudConnectorsV1AuthConfigSshPublicKey {
certType?: string;
sshClientCertPass?: GoogleCloudConnectorsV1Secret;
username?: string;
}

§Properties

§
certType?: string
[src]

Format of SSH Client cert.

§

SSH Client Cert. It should contain both public and private key.

§

Password (passphrase) for ssh client certificate if it has one.

§
username?: string
[src]

The user account used to authenticate.