SecurityPolicyAdvancedOptionsConfig class

Constructors

SecurityPolicyAdvancedOptionsConfig({SecurityPolicyAdvancedOptionsConfigJsonCustomConfig? jsonCustomConfig, String? jsonParsing, String? logLevel, String? requestBodyInspectionSize, List<String>? userIpRequestHeaders})
SecurityPolicyAdvancedOptionsConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonCustomConfig SecurityPolicyAdvancedOptionsConfigJsonCustomConfig?
Custom configuration to apply the JSON parsing.
getter/setter pair
jsonParsing String?
Possible string values are:
getter/setter pair
logLevel String?
Possible string values are:
getter/setter pair
requestBodyInspectionSize String?
The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB", "16KB, "32KB", "48KB" and "64KB". Values are case insensitive.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIpRequestHeaders List<String>?
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
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