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

IngressIpAllowlistConfig

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

Ingress IP allowlist configuration.

interface IngressIpAllowlistConfig {
allowlistRules?: IngressIpAllowlistRule[];
enabled?: boolean;
googleServicesEnabled?: boolean;
}

§Properties

§
allowlistRules?: IngressIpAllowlistRule[]
[src]

Optional. List of IP range rules to allow ingress traffic.

§
enabled?: boolean
[src]

Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.

§
googleServicesEnabled?: boolean
[src]

Optional. Whether google service connections are enabled for the instance.