allowedServices

@JvmName(name = "kaqhcjclxbenmtiq")
suspend fun allowedServices(value: Output<List<String>>)
@JvmName(name = "uvwfptogaoxkjgci")
suspend fun allowedServices(value: List<String>?)

Parameters

value

The list of APIs usable within the Service Perimeter. Must be empty unless enableRestriction is True.


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


@JvmName(name = "lcjrxxfgagfvcofb")
suspend fun allowedServices(values: List<Output<String>>)
@JvmName(name = "hqybfwqwseiohvkt")
suspend fun allowedServices(vararg values: String)

Parameters

values

The list of APIs usable within the Service Perimeter. Must be empty unless enableRestriction is True.