allowedConsumerProjects property

List<String>? allowedConsumerProjects
getter/setter pair

The list of consumer projects that are allow-listed for PSC connections to this instance.

This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).

Optional.

Implementation

core.List<core.String>? allowedConsumerProjects;