TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField class
Constructors
-
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField({Input<
String?> ? method, Input<String?> ? queryString, Input<TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedFieldSingleHeader?> ? singleHeader, Input<String?> ? uriPath}) -
Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField.
methodRedact the HTTP method from WAF logs. Set to an empty string to enable redaction.queryStringRedact the entire query string from WAF logs. Set to an empty string to enable redaction.singleHeaderRedact a specific header by name from WAF logs. SeesingleHeaderbelow.uriPathRedact the URI path from WAF logs. Set to an empty string to enable redaction.const -
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
method
→ Input<
String?> ? -
Redact the HTTP method from WAF logs. Set to an empty string to enable redaction.
final
-
queryString
→ Input<
String?> ? -
Redact the entire query string from WAF logs. Set to an empty string to enable redaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
singleHeader
→ Input<
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedFieldSingleHeader?> ? -
Redact a specific header by name from WAF logs. See
singleHeaderbelow.final -
uriPath
→ Input<
String?> ? -
Redact the URI path from WAF logs. Set to an empty string to enable redaction.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited