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

PrivateAccess

import type { PrivateAccess } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Defines ingress and egress private traffic settings for CCAIP instances.

interface PrivateAccess {
egressSettings?: Component[];
ingressSettings?: Component[];
pscSetting?: PscSetting;
}

§Properties

§
egressSettings?: Component[]
[src]

List of egress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2.

§
ingressSettings?: Component[]
[src]

List of ingress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2.

§
pscSetting?: PscSetting
[src]

Private service connect settings.