AccessRuleConfiguration

data class AccessRuleConfiguration(val target: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(target: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val target: String? = null

The configuration target. You must set the target to ip when specifying an IP address in the rule. Available values: "ip".

Link copied to clipboard
val value: String? = null

The IP address to match. This address will be compared to the IP address of incoming requests.