IngressFrom class

Defines the conditions under which an IngressPolicy matches a request.

Conditions are based on information about the source of the request. The request must satisfy what is defined in sources AND identity related fields in order to match.

Constructors

IngressFrom({List<String>? identities, String? identityType, List<IngressSource>? sources})
IngressFrom.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
identities List<String>?
A list of identities that are allowed access through this ingress policy, in the format of user:{email_id} or serviceAccount:{email_id}.
getter/setter pair
identityType String?
Specifies the type of identities that are allowed access from outside the perimeter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<IngressSource>?
Sources that this IngressPolicy authorizes access from.
getter/setter pair

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