DlpCustomProfileProfile

data class DlpCustomProfileProfile(val aiContextEnabled: Boolean? = null, val allowedMatchCount: Int? = null, val confidenceThreshold: String? = null, val contextAwareness: DlpCustomProfileProfileContextAwareness? = null, val description: String? = null, val entries: List<DlpCustomProfileProfileEntry>, val name: String, val ocrEnabled: Boolean? = null, val sharedEntries: List<DlpCustomProfileProfileSharedEntry>? = null)

Constructors

Link copied to clipboard
constructor(aiContextEnabled: Boolean? = null, allowedMatchCount: Int? = null, confidenceThreshold: String? = null, contextAwareness: DlpCustomProfileProfileContextAwareness? = null, description: String? = null, entries: List<DlpCustomProfileProfileEntry>, name: String, ocrEnabled: Boolean? = null, sharedEntries: List<DlpCustomProfileProfileSharedEntry>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val allowedMatchCount: Int? = null

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
val description: String? = null

The description of the profile

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ocrEnabled: Boolean? = null
Link copied to clipboard

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