GetUserAgentBlockingRulesResult

data class GetUserAgentBlockingRulesResult(val configuration: GetUserAgentBlockingRulesResultConfiguration, val description: String, val id: String, val mode: String, val paused: Boolean)

Constructors

Link copied to clipboard
constructor(configuration: GetUserAgentBlockingRulesResultConfiguration, description: String, id: String, mode: String, paused: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration object for the current rule.

Link copied to clipboard

An informative summary of the rule.

Link copied to clipboard
val id: String

The unique identifier of the User Agent Blocking rule.

Link copied to clipboard

The action to apply to a matched request. Available values: "block", "challenge", "jschallenge", "managedchallenge".

Link copied to clipboard

When true, indicates that the rule is currently paused.