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

IngressIpAllowlistRule

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

Ingress IP allowlist rule.

interface IngressIpAllowlistRule {
description?: string;
ipRange?: string;
}

§Properties

§
description?: string
[src]

Optional. Description for the IP range.

§
ipRange?: string
[src]

Optional. The IP range to allow ingress traffic from.