Get Zone Lockdowns Plain Args
data class GetZoneLockdownsPlainArgs(val createdOn: String? = null, val description: String? = null, val descriptionSearch: String? = null, val ip: String? = null, val ipRangeSearch: String? = null, val ipSearch: String? = null, val maxItems: Int? = null, val modifiedOn: String? = null, val priority: Double? = null, val uriSearch: String? = null, val zoneId: String) : ConvertibleToJava<GetZoneLockdownsPlainArgs>
A collection of arguments for invoking getZoneLockdowns.
Properties
Link copied to clipboard
A string to search for in the description of existing rules.
Link copied to clipboard
A string to search for in the description of existing rules.
Link copied to clipboard
A single IP address range to search for in existing rules.
Link copied to clipboard
The timestamp of when the rule was last modified.