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

SecurityContext

import type { SecurityContext } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Output only. A security context.

interface SecurityContext {
securities?: "INSECURE" | "SSL"[];
}

§Properties

§
securities?: "INSECURE" | "SSL"[]
[src]

The security types in this context.