PscSetting
import type { PscSetting } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";
Private service connect settings.
interface PscSetting {
allowedConsumerProjectIds?: string[];
readonly producerProjectIds?: string[];
}