Get Zone Lockdown Result
data class GetZoneLockdownResult(val configurations: List<GetZoneLockdownConfiguration>, val createdOn: String, val description: String, val filter: GetZoneLockdownFilter? = null, val id: String, val lockDownsId: String? = null, val modifiedOn: String, val paused: Boolean, val urls: List<String>, val zoneId: String)
A collection of values returned by getZoneLockdown.
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
Link copied to clipboard
The unique identifier of the Zone Lockdown rule.
Link copied to clipboard
The timestamp of when the rule was last modified.