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

SslPolicyReference

import type { SslPolicyReference } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SslPolicyReference {
sslPolicy?: string;
}

§Properties

§
sslPolicy?: string
[src]

URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.