ZeroTrustDlpCustomProfileProfileArgs

data class ZeroTrustDlpCustomProfileProfileArgs(val aiContextEnabled: Output<Boolean>? = null, val allowedMatchCount: Output<Int>? = null, val confidenceThreshold: Output<String>? = null, val contextAwareness: Output<ZeroTrustDlpCustomProfileProfileContextAwarenessArgs>? = null, val description: Output<String>? = null, val entries: Output<List<ZeroTrustDlpCustomProfileProfileEntryArgs>>, val name: Output<String>, val ocrEnabled: Output<Boolean>? = null, val sharedEntries: Output<List<ZeroTrustDlpCustomProfileProfileSharedEntryArgs>>? = null) : ConvertibleToJava<ZeroTrustDlpCustomProfileProfileArgs>

Constructors

Link copied to clipboard
constructor(aiContextEnabled: Output<Boolean>? = null, allowedMatchCount: Output<Int>? = null, confidenceThreshold: Output<String>? = null, contextAwareness: Output<ZeroTrustDlpCustomProfileProfileContextAwarenessArgs>? = null, description: Output<String>? = null, entries: Output<List<ZeroTrustDlpCustomProfileProfileEntryArgs>>, name: Output<String>, ocrEnabled: Output<Boolean>? = null, sharedEntries: Output<List<ZeroTrustDlpCustomProfileProfileSharedEntryArgs>>? = null)

Properties

Link copied to clipboard
val aiContextEnabled: Output<Boolean>? = null
Link copied to clipboard
val allowedMatchCount: Output<Int>? = null

Related DLP policies will trigger when the match count exceeds the number set.

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

Scan the context of predefined entries to only return matches surrounded by keywords.

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

The description of the profile

Link copied to clipboard
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
val ocrEnabled: Output<Boolean>? = null
Link copied to clipboard

Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).

Functions

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