GetZoneLockdownsResultConfiguration

data class GetZoneLockdownsResultConfiguration(val target: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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