PolicyPolicySettingsLogScrubbingRule

data class PolicyPolicySettingsLogScrubbingRule(val enabled: Boolean? = null, val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String? = null)

Constructors

Link copied to clipboard
fun PolicyPolicySettingsLogScrubbingRule(enabled: Boolean? = null, matchVariable: String, selector: String? = null, selectorMatchOperator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Describes if the managed rule is in enabled state or disabled state.

Link copied to clipboard

The name of the Match Variable. Possible values: RequestArgKeys, RequestArgNames, RequestArgValues, RequestCookieKeys, RequestCookieNames, RequestCookieValues, RequestHeaderKeys, RequestHeaderNames, RequestHeaderValues.

Link copied to clipboard
val selector: String? = null

Describes field of the matchVariable collection.

Link copied to clipboard

Describes operator to be matched. Possible values: Contains, EndsWith, Equals, EqualsAny, StartsWith.