SshAuthenticationConfig
import type { SshAuthenticationConfig } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Configures fields for performing SSH authentication.
interface SshAuthenticationConfig {
hostPublicKey?: string;
userPrivateKeySecretVersion?: string;
}