GetUserAgentBlockingRulesInvokeResult

data class GetUserAgentBlockingRulesInvokeResult(val description: String? = null, val descriptionSearch: String? = null, val id: String, val maxItems: Int? = null, val results: List<GetUserAgentBlockingRulesResult>, val uaSearch: String? = null, val zoneId: String)

A collection of values returned by getUserAgentBlockingRules.

Constructors

Link copied to clipboard
constructor(description: String? = null, descriptionSearch: String? = null, id: String, maxItems: Int? = null, results: List<GetUserAgentBlockingRulesResult>, uaSearch: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

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 maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val uaSearch: String? = null

A string to search for in the user agent values of existing rules.

Link copied to clipboard

Defines an identifier.