confidenceLevel

@JvmName(name = "dsgthsfvavdnldev")
suspend fun confidenceLevel(value: Output<Double>)
@JvmName(name = "cxojneimthxpcaho")
suspend fun confidenceLevel(value: Double?)

Parameters

value

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.