serviceName property

String? serviceName
getter/setter pair

The name of the API whose methods or permissions the IngressPolicy or EgressPolicy want to allow.

A single ApiOperation with service_name field set to * will allow all methods AND permissions for all services.

Implementation

core.String? serviceName;