ServerVerification
import type { ServerVerification } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
Message represents the option where Datastream will enforce the encryption and authenticate the server identity. ca_certificate must be set if user selects this option.
interface ServerVerification {
caCertificate?: string;
}