TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters({Input<String?>? logType, Input<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter?>? loggingFilter, Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField>?>? redactedFields})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters. logType Type of WAF logs to collect (currently WAF_LOGS). loggingFilter Filter configuration that determines which WAF log records to include or exclude. See loggingFilter below. redactedFields List of fields to redact from WAF logs. See redactedFields below.
const
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
loggingFilter → Input<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter?>?
Filter configuration that determines which WAF log records to include or exclude. See loggingFilter below.
final
logType → Input<String?>?
Type of WAF logs to collect (currently WAF_LOGS).
final
redactedFields → Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField>?>?
List of fields to redact from WAF logs. See redactedFields below.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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