Service Perimeter Spec Ingress Policy Ingress To
data class ServicePerimeterSpecIngressPolicyIngressTo(val operations: List<ServicePerimeterSpecIngressPolicyIngressToOperation>? = null, val resources: List<String>? = null)
Constructors
Link copied to clipboard
fun ServicePerimeterSpecIngressPolicyIngressTo(operations: List<ServicePerimeterSpecIngressPolicyIngressToOperation>? = null, resources: List<String>? = null)
Types
Properties
Link copied to clipboard
A list of resources, currently only projects in the form projects/<projectnumber>, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. A request matches if it contains a resource in this list. If * is specified for resources, then this IngressTo rule will authorize access to all resources inside the perimeter, provided that the request also matches the operations field.