IngressTo class

Defines the conditions under which an IngressPolicy matches a request.

Conditions are based on information about the ApiOperation intended to be performed on the target resource of the request. The request must satisfy what is defined in operations AND resources in order to match.

Constructors

IngressTo({List<ApiOperation>? operations, List<String>? resources})
IngressTo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations List<ApiOperation>?
A list of ApiOperations allowed to be performed by the sources specified in corresponding IngressFrom in this ServicePerimeter.
getter/setter pair
resources List<String>?
A list of resources, currently only projects in the form projects/, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited