consumerAcceptList

@JvmName(name = "tvaveshunmpxwrdn")
suspend fun consumerAcceptList(value: Output<List<String>>)
@JvmName(name = "hfmqxkotcdfrrekc")
suspend fun consumerAcceptList(value: List<String>?)

Parameters

value

Optional. 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.


@JvmName(name = "dmddtqnxykepemvb")
suspend fun consumerAcceptList(vararg values: Output<String>)


@JvmName(name = "qkonrtjrmghsovof")
suspend fun consumerAcceptList(values: List<Output<String>>)
@JvmName(name = "cnyccyaklfilhvcv")
suspend fun consumerAcceptList(vararg values: String)

Parameters

values

Optional. 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.