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;
}