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

TunnelDestGroup

import type { TunnelDestGroup } from "https://googleapis.deno.dev/v1/iap:v1.ts";

A TunnelDestGroup.

interface TunnelDestGroup {
cidrs?: string[];
fqdns?: string[];
name?: string;
}

§Properties

§
cidrs?: string[]
[src]

Unordered list. List of CIDRs that this group applies to.

§
fqdns?: string[]
[src]

Unordered list. List of FQDNs that this group applies to.

§
name?: string
[src]

Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).