Rule Rule Condition
data class RuleRuleCondition(val cookieConfig: RuleRuleConditionCookieConfig? = null, val headerConfig: RuleRuleConditionHeaderConfig? = null, val hostConfig: RuleRuleConditionHostConfig? = null, val methodConfig: RuleRuleConditionMethodConfig? = null, val pathConfig: RuleRuleConditionPathConfig? = null, val queryStringConfig: RuleRuleConditionQueryStringConfig? = null, val responseHeaderConfig: RuleRuleConditionResponseHeaderConfig? = null, val responseStatusCodeConfig: RuleRuleConditionResponseStatusCodeConfig? = null, val sourceIpConfig: RuleRuleConditionSourceIpConfig? = null, val type: String)
Constructors
Link copied to clipboard
constructor(cookieConfig: RuleRuleConditionCookieConfig? = null, headerConfig: RuleRuleConditionHeaderConfig? = null, hostConfig: RuleRuleConditionHostConfig? = null, methodConfig: RuleRuleConditionMethodConfig? = null, pathConfig: RuleRuleConditionPathConfig? = null, queryStringConfig: RuleRuleConditionQueryStringConfig? = null, responseHeaderConfig: RuleRuleConditionResponseHeaderConfig? = null, responseStatusCodeConfig: RuleRuleConditionResponseStatusCodeConfig? = null, sourceIpConfig: RuleRuleConditionSourceIpConfig? = null, type: String)
Properties
Link copied to clipboard
The configuration of the cookie. See See cookie_config
below.
Link copied to clipboard
The configuration of the header field. See header_config
below.
Link copied to clipboard
The configuration of the host field. See host_config
below.
Link copied to clipboard
The configuration of the request method. See method_config
below.
Link copied to clipboard
The configuration of the path for the request to be forwarded. See path_config
below.
Link copied to clipboard
The configuration of the query string. See query_string_config
below.
Link copied to clipboard
The configuration of the header field. See response_header_config
below.
Link copied to clipboard
The configuration of the header field. See response_status_code_config
below.
Link copied to clipboard
The Based on source IP traffic matching. Required and valid when Type is SourceIP. See source_ip_config
below.