operations property

List<ApiOperation>? operations
getter/setter pair

A list of ApiOperations allowed to be performed by the sources specified in corresponding IngressFrom in this ServicePerimeter.

Implementation

core.List<ApiOperation>? operations;