DataProtectionSettingsInlineRedactionConfiguration constructor
const
DataProtectionSettingsInlineRedactionConfiguration({})
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.
Implementation
const DataProtectionSettingsInlineRedactionConfiguration({
this.globalConfidenceLevel,
this.globalEnforcedUrls,
this.globalExemptUrls,
required this.inlineRedactionPatterns,
});