GatewaySecurityPolicy class
The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.
Constructors
- GatewaySecurityPolicy({String? createTime, String? description, String? name, String? tlsInspectionPolicy, String? updateTime})
- GatewaySecurityPolicy.fromJson(Map json_)
Properties
- 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
- name ↔ String?
-
Name of the resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tlsInspectionPolicy ↔ String?
-
Name of a TLS Inspection Policy resource that defines how TLS inspection
will be performed for any rule(s) which enables it.
getter/setter pair
- 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