consumerAcceptList property

List<String>? consumerAcceptList
getter/setter pair

Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment.

It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.

Optional.

Implementation

core.List<core.String>? consumerAcceptList;