DataProtectionSettingsInlineRedactionConfiguration class
Constructors
-
DataProtectionSettingsInlineRedactionConfiguration({Input<
int?> ? globalConfidenceLevel, Input<List< ? globalEnforcedUrls, Input<String> ?>List< ? globalExemptUrls, required Input<String> ?>List< inlineRedactionPatterns})DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern> > -
Creates a new DataProtectionSettingsInlineRedactionConfiguration.
globalConfidenceLevelThe 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).globalEnforcedUrlsThe global enforced URL configuration for the inline redaction configuration.globalExemptUrlsThe global exempt URL configuration for the inline redaction configuration.inlineRedactionPatternsThe 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