ControlledEgressConfig
import type { ControlledEgressConfig } from "https://googleapis.deno.dev/v1/looker:v1.ts";Controlled egress configuration.
interface ControlledEgressConfig {
egressFqdns?: string[];
marketplaceEnabled?: boolean;
readonly webProxyIps?: string[];
}