DataProtectionSettingsInlineRedactionPatternArgs

data class DataProtectionSettingsInlineRedactionPatternArgs(val builtInPatternId: Output<String>? = null, val confidenceLevel: Output<Double>? = null, val customPattern: Output<DataProtectionSettingsCustomPatternArgs>? = null, val enforcedUrls: Output<List<String>>? = null, val exemptUrls: Output<List<String>>? = null, val redactionPlaceHolder: Output<DataProtectionSettingsRedactionPlaceHolderArgs>) : ConvertibleToJava<DataProtectionSettingsInlineRedactionPatternArgs>

Constructors

constructor(builtInPatternId: Output<String>? = null, confidenceLevel: Output<Double>? = null, customPattern: Output<DataProtectionSettingsCustomPatternArgs>? = null, enforcedUrls: Output<List<String>>? = null, exemptUrls: Output<List<String>>? = null, redactionPlaceHolder: Output<DataProtectionSettingsRedactionPlaceHolderArgs>)

Properties

Link copied to clipboard
val builtInPatternId: Output<String>? = null

The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .

Link copied to clipboard
val confidenceLevel: Output<Double>? = null

The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Confidence level 3 means high confidence, and requires a formatted text pattern match in order for content to be redacted. Confidence level 2 means medium confidence, and redaction considers both formatted and unformatted text, and adds keyword associate to the logic. Confidence level 1 means low confidence, and redaction is enforced for both formatted pattern + unformatted pattern without keyword. This overrides the global confidence level.

Link copied to clipboard

The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.

Link copied to clipboard
val enforcedUrls: Output<List<String>>? = null

The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.

Link copied to clipboard
val exemptUrls: Output<List<String>>? = null

The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.

Link copied to clipboard

The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.

Functions

Link copied to clipboard
open override fun toJava(): DataProtectionSettingsInlineRedactionPatternArgs