AuthorizationPolicy class
AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections.
This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.
Constructors
Properties
- action ↔ String?
-
The action to take when a rule match is found.
getter/setter pair
- createTime ↔ String?
-
The timestamp when the resource was created.
getter/setter pair
- description ↔ String?
-
Free-text description of the resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Set of label tags associated with the AuthorizationPolicy resource.
getter/setter pair
- name ↔ String?
-
Name of the AuthorizationPolicy resource.
getter/setter pair
-
rules
↔ List<
Rule> ? -
List of rules to match.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The timestamp when the resource was updated.
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