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

VpcAccessibleServices

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

Specifies how APIs are allowed to communicate within the Service Perimeter.

interface VpcAccessibleServices {
allowedServices?: string[];
enableRestriction?: boolean;
}

§Properties

§
allowedServices?: string[]
[src]

The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.

§
enableRestriction?: boolean
[src]

Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.