CreateProxyRule

Individual rules that define match conditions and actions for application-layer traffic. Rules specify what to inspect (domains, headers, methods) and what action to take (allow, deny, alert).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to take.

Link copied to clipboard

Match criteria that specify what traffic attributes to examine. Conditions include operators (StringEquals, StringLike) and values to match against.

Link copied to clipboard

A description of the proxy rule.

Link copied to clipboard

Where to insert a proxy rule in a proxy rule group.

Link copied to clipboard

The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.

Functions

Link copied to clipboard
inline fun copy(block: CreateProxyRule.Builder.() -> Unit = {}): CreateProxyRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String