RegionalCertChain
import type { RegionalCertChain } from "https://googleapis.deno.dev/v1/redis:v1.ts";The certificates that form the CA chain, from leaf to root order.
interface RegionalCertChain {
certificates?: string[];
}import type { RegionalCertChain } from "https://googleapis.deno.dev/v1/redis:v1.ts";The certificates that form the CA chain, from leaf to root order.