DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern constructor
const
DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern({})
Creates a new DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern.
keywordRegex The keyword regex for the customer pattern.
patternDescription The pattern description for the customer pattern.
patternName The pattern name for the custom pattern.
patternRegex The pattern regex for the customer pattern. The format must follow JavaScript regex format.
Implementation
const DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern({
this.keywordRegex,
this.patternDescription,
required this.patternName,
required this.patternRegex,
});