TlsConfig
import type { TlsConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";The TLS configuration.
interface TlsConfig {
caCerts?: TlsConfigCaCert[];
}§Properties
§
caCerts?: TlsConfigCaCert[]
[src]Required. Specifies a list of allowed custom CA certificates for HTTPS verification.