ServicePerimeterStatusVpcAccessibleServices

data class ServicePerimeterStatusVpcAccessibleServices(val allowedServices: List<String>? = null, val enableRestriction: Boolean? = null)

Constructors

constructor(allowedServices: List<String>? = null, enableRestriction: Boolean? = null)

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 enableRestriction is True.

Link copied to clipboard

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