Dlp Custom Profile Profile Args
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
Link copied to clipboard
Related DLP policies will trigger when the match count exceeds the number set.
Link copied to clipboard
Link copied to clipboard
Scan the context of predefined entries to only return matches surrounded by keywords.
Link copied to clipboard
The description of the profile.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).