GetZoneLockdownsInvokeResult

data class GetZoneLockdownsInvokeResult(val createdOn: String? = null, val description: String? = null, val descriptionSearch: String? = null, val id: String, 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 results: List<GetZoneLockdownsResult>, val uriSearch: String? = null, val zoneId: String)

A collection of values returned by getZoneLockdowns.

Constructors

Link copied to clipboard
constructor(createdOn: String? = null, description: String? = null, descriptionSearch: String? = null, id: String, ip: String? = null, ipRangeSearch: String? = null, ipSearch: String? = null, maxItems: Int? = null, modifiedOn: String? = null, priority: Double? = null, results: List<GetZoneLockdownsResult>, uriSearch: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdOn: String? = null

The timestamp of when the rule was created.

Link copied to clipboard
val description: String? = null

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ip: String? = null

A single IP address to search for in existing rules.

Link copied to clipboard
val ipRangeSearch: String? = null

A single IP address range to search for in existing rules.

Link copied to clipboard
val ipSearch: String? = null

A single IP address to search for in existing rules.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val modifiedOn: String? = null

The timestamp of when the rule was last modified.

Link copied to clipboard
val priority: Double? = null

The priority of the rule to control the processing order. A lower number indicates higher priority. If not provided, any rules with a configured priority will be processed before rules without a priority.

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val uriSearch: String? = null

A single URI to search for in the list of URLs of existing rules.

Link copied to clipboard

Defines an identifier.