consumerRejectLists property

List<String>? consumerRejectLists
getter/setter pair

Specifies a list of projects or networks that are not allowed to connect to this service attachment.

The project can be specified using its project ID or project number and the network can be specified using its URL. A given service attachment can manage connections at either the project or network level. Therefore, both the reject and accept lists for a given service attachment must contain either only projects or only networks.

Implementation

core.List<core.String>? consumerRejectLists;