allowedProjects property

List<String>? allowedProjects
getter/setter pair

Additional consumer projects permitted to attach their own PSC endpoint to this gateway's ServiceAttachment.

This is the "decoupled" mode, where the customer creates the PSC endpoint in a project other than this gateway's network project. Each listed project is VPC-SC enforced: it must be within the caller's service perimeter. The owning SemanticGovernancePolicyEngine's own project is always permitted implicitly and need not be listed. Format: projects/{project} (ID or number).

Optional.

Implementation

core.List<core.String>? allowedProjects;