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

PscSetting

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

Private service connect settings.

interface PscSetting {
allowedConsumerProjectIds?: string[];
readonly producerProjectIds?: string[];
}

§Properties

§
allowedConsumerProjectIds?: string[]
[src]

The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress components.

§
readonly producerProjectIds?: string[]
[src]

Output only. The CCAIP tenant project ids.