DlpCustomProfileProfileArgs

data class DlpCustomProfileProfileArgs(val aiContextEnabled: Output<Boolean>? = null, val allowedMatchCount: Output<Int>? = null, val confidenceThreshold: Output<String>? = null, val contextAwareness: Output<DlpCustomProfileProfileContextAwarenessArgs>? = null, val description: Output<String>? = null, val entries: Output<List<DlpCustomProfileProfileEntryArgs>>, val name: Output<String>, val ocrEnabled: Output<Boolean>? = null, val sharedEntries: Output<List<DlpCustomProfileProfileSharedEntryArgs>>? = null) : ConvertibleToJava<DlpCustomProfileProfileArgs>

Constructors

Link copied to clipboard
constructor(aiContextEnabled: Output<Boolean>? = null, allowedMatchCount: Output<Int>? = null, confidenceThreshold: Output<String>? = null, contextAwareness: Output<DlpCustomProfileProfileContextAwarenessArgs>? = null, description: Output<String>? = null, entries: Output<List<DlpCustomProfileProfileEntryArgs>>, name: Output<String>, ocrEnabled: Output<Boolean>? = null, sharedEntries: Output<List<DlpCustomProfileProfileSharedEntryArgs>>? = 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(): DlpCustomProfileProfileArgs