consumerAcceptLists

@JvmName(name = "cekfdqifimjvokgu")
suspend fun consumerAcceptLists(value: Output<List<String>>)
@JvmName(name = "aaitelgidgwrqvjh")
suspend fun consumerAcceptLists(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 = "yyvhheojseikfuml")
suspend fun consumerAcceptLists(vararg values: Output<String>)


@JvmName(name = "tietbrehmiujbpvt")
suspend fun consumerAcceptLists(values: List<Output<String>>)
@JvmName(name = "soifcnfamyeqausw")
suspend fun consumerAcceptLists(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.