DataProtectionSettingsInlineRedactionConfigurationArgs

data class DataProtectionSettingsInlineRedactionConfigurationArgs(val globalConfidenceLevel: Output<Double>? = null, val globalEnforcedUrls: Output<List<String>>? = null, val globalExemptUrls: Output<List<String>>? = null, val inlineRedactionPatterns: Output<List<DataProtectionSettingsInlineRedactionPatternArgs>>) : ConvertibleToJava<DataProtectionSettingsInlineRedactionConfigurationArgs>

Constructors

constructor(globalConfidenceLevel: Output<Double>? = null, globalEnforcedUrls: Output<List<String>>? = null, globalExemptUrls: Output<List<String>>? = null, inlineRedactionPatterns: Output<List<DataProtectionSettingsInlineRedactionPatternArgs>>)

Properties

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

The global confidence level for the inline redaction configuration. 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 is applied to patterns that do not have a pattern-level confidence level. Defaults to confidence level 2.

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

The global enforced URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level enforced URL list.

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

The global exempt URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level exempt URL list.

Link copied to clipboard

The inline redaction patterns to be enabled for the inline redaction configuration.

Functions

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