ZoneLockdownConfiguration

data class ZoneLockdownConfiguration(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 request property to target. Available values: ip, ip_range.

Link copied to clipboard

The value to target. Depends on target's type. IP addresses should just be standard IPv4/IPv6 notation i.e. 192.0.2.1 or 2001:db8::/32 and IP ranges in CIDR format i.e. 192.0.2.0/24.