Rule Group Rule Statement Not Statement Statement And Statement Statement Geo Match Statement
data class RuleGroupRuleStatementNotStatementStatementAndStatementStatementGeoMatchStatement(val countryCodes: List<String>, val forwardedIpConfig: RuleGroupRuleStatementNotStatementStatementAndStatementStatementGeoMatchStatementForwardedIpConfig? = null)
Constructors
Link copied to clipboard
constructor(countryCodes: List<String>, forwardedIpConfig: RuleGroupRuleStatementNotStatementStatementAndStatementStatementGeoMatchStatementForwardedIpConfig? = null)
Properties
Link copied to clipboard
An array of two-character country codes, for example, "US", "CN" , from the alpha-2 country ISO codes of the ISO 3166
international standard. See the documentation for valid values.
Link copied to clipboard
val forwardedIpConfig: RuleGroupRuleStatementNotStatementStatementAndStatementStatementGeoMatchStatementForwardedIpConfig? = null
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See Forwarded IP Config below for details.