DataProtectionSettingsInlineRedactionConfiguration class

Constructors

DataProtectionSettingsInlineRedactionConfiguration({Input<int?>? globalConfidenceLevel, Input<List<String>?>? globalEnforcedUrls, Input<List<String>?>? globalExemptUrls, required Input<List<DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern>> inlineRedactionPatterns})
Creates a new DataProtectionSettingsInlineRedactionConfiguration. globalConfidenceLevel The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence). globalEnforcedUrls The global enforced URL configuration for the inline redaction configuration. globalExemptUrls The global exempt URL configuration for the inline redaction configuration. inlineRedactionPatterns The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
const
DataProtectionSettingsInlineRedactionConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

globalConfidenceLevel → Input<int?>?
The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
final
globalEnforcedUrls → Input<List<String>?>?
The global enforced URL configuration for the inline redaction configuration.
final
globalExemptUrls → Input<List<String>?>?
The global exempt URL configuration for the inline redaction configuration.
final
hashCode int
The hash code for this object.
no setterinherited
inlineRedactionPatterns → Input<List<DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern>>
The inline redaction patterns to be enabled for the inline redaction configuration. Detailed 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