GetZoneLockdownsResult

data class GetZoneLockdownsResult(val configurations: List<GetZoneLockdownsResultConfiguration>, val createdOn: String, val description: String, val id: String, val modifiedOn: String, val paused: Boolean, val urls: List<String>)

Constructors

Link copied to clipboard
constructor(configurations: List<GetZoneLockdownsResultConfiguration>, createdOn: String, description: String, id: String, modifiedOn: String, paused: Boolean, urls: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of ip or ip_range configurations.

Link copied to clipboard

The timestamp of when the rule was created.

Link copied to clipboard

An informative summary of the rule.

Link copied to clipboard
val id: String

The unique identifier of the Zone Lockdown rule.

Link copied to clipboard

The timestamp of when the rule was last modified.

Link copied to clipboard

When true, indicates that the rule is currently paused.

Link copied to clipboard

The URLs to include in the rule definition. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns.