$EgressFrom class
Used by:
- accesscontextmanager:v1 : EgressFrom
- cloudasset:v1 : GoogleIdentityAccesscontextmanagerV1EgressFrom
Constructors
-
$EgressFrom.new({List<
String> ? identities, String? identityType}) - $EgressFrom.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
[EgressPolicy].
getter/setter pair
- identityType ↔ String?
-
Specifies the type of identities that are allowed access to outside the
perimeter.
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