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

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

§Properties

§
egressFqdns?: string[]
[src]

Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.

§
marketplaceEnabled?: boolean
[src]

Optional. Whether marketplace is enabled.

§
readonly webProxyIps?: string[]
[src]

Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.