allowedServices

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

Parameters

value

The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.


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


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

Parameters

values

The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.