VpcAccessibleServicesResponse

data class VpcAccessibleServicesResponse(val allowedServices: List<String>, val enableRestriction: Boolean)

Specifies how APIs are allowed to communicate within the Service Perimeter.

Constructors

Link copied to clipboard
fun VpcAccessibleServicesResponse(allowedServices: List<String>, enableRestriction: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.