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

GoogleCloudDialogflowCxV3AgentClientCertificateSettings

import type { GoogleCloudDialogflowCxV3AgentClientCertificateSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3AgentClientCertificateSettings {
passphrase?: string;
privateKey?: string;
sslCertificate?: string;
}

§Properties

§
passphrase?: string
[src]
§
privateKey?: string
[src]
§
sslCertificate?: string
[src]