Service Perimeters Service Perimeter Spec Ingress Policy
data class ServicePerimetersServicePerimeterSpecIngressPolicy(val ingressFrom: ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom? = null, val ingressTo: ServicePerimetersServicePerimeterSpecIngressPolicyIngressTo? = null, val title: String? = null)
Constructors
Link copied to clipboard
constructor(ingressFrom: ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom? = null, ingressTo: ServicePerimetersServicePerimeterSpecIngressPolicyIngressTo? = null, title: String? = null)
Properties
Link copied to clipboard
Defines the conditions on the source of a request causing this IngressPolicy to apply. Structure is documented below.
Link copied to clipboard
Defines the conditions on the ApiOperation and request destination that cause this IngressPolicy to apply. Structure is documented below.