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

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[];
}

§Properties

§
certificates?: string[]
[src]

The certificates that form the CA chain, from leaf to root order.