Get Rules Rule Rule Condition
data class GetRulesRuleRuleCondition(val cookieConfigs: List<GetRulesRuleRuleConditionCookieConfig>, val headerConfigs: List<GetRulesRuleRuleConditionHeaderConfig>, val hostConfigs: List<GetRulesRuleRuleConditionHostConfig>, val methodConfigs: List<GetRulesRuleRuleConditionMethodConfig>, val pathConfigs: List<GetRulesRuleRuleConditionPathConfig>, val queryStringConfigs: List<GetRulesRuleRuleConditionQueryStringConfig>, val sourceIpConfigs: List<GetRulesRuleRuleConditionSourceIpConfig>, val type: String)
Constructors
Link copied to clipboard
constructor(cookieConfigs: List<GetRulesRuleRuleConditionCookieConfig>, headerConfigs: List<GetRulesRuleRuleConditionHeaderConfig>, hostConfigs: List<GetRulesRuleRuleConditionHostConfig>, methodConfigs: List<GetRulesRuleRuleConditionMethodConfig>, pathConfigs: List<GetRulesRuleRuleConditionPathConfig>, queryStringConfigs: List<GetRulesRuleRuleConditionQueryStringConfig>, sourceIpConfigs: List<GetRulesRuleRuleConditionSourceIpConfig>, type: String)
Properties
Link copied to clipboard
The configuration of the cookie.
Link copied to clipboard
The configuration of the header field.
Link copied to clipboard
The configuration of the host.
Link copied to clipboard
The configuration of the request method.
Link copied to clipboard
The configuration of the path for the request to be forwarded.
Link copied to clipboard
The configuration of the query string.
Link copied to clipboard
The Based on source IP traffic matching.