Get Zone Lockdowns Result
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>)
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
An informative summary of the rule.
Link copied to clipboard
The timestamp of when the rule was last modified.