Service Perimeter Spec Ingress Policy Ingress To Operation Args
data class ServicePerimeterSpecIngressPolicyIngressToOperationArgs(val methodSelectors: Output<List<ServicePerimeterSpecIngressPolicyIngressToOperationMethodSelectorArgs>>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<ServicePerimeterSpecIngressPolicyIngressToOperationArgs>
Constructors
Link copied to clipboard
constructor(methodSelectors: Output<List<ServicePerimeterSpecIngressPolicyIngressToOperationMethodSelectorArgs>>? = null, serviceName: Output<String>? = null)
Properties
Link copied to clipboard
val methodSelectors: Output<List<ServicePerimeterSpecIngressPolicyIngressToOperationMethodSelectorArgs>>? = null
API methods or permissions to allow. Method or permission must belong to the service specified by serviceName
field. A single MethodSelector entry with *
specified for the method
field will allow all methods AND permissions for the service specified in serviceName
. Structure is documented below.
Link copied to clipboard
The name of the API whose methods or permissions the IngressPolicy
or EgressPolicy
want to allow. A single ApiOperation
with serviceName field set to *
will allow all methods AND permissions for all services.