Dlp Custom Profile Entry
data class DlpCustomProfileEntry(val enabled: Boolean, val name: String, val pattern: DlpCustomProfileEntryPattern? = null, val words: List<String>? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean, name: String, pattern: DlpCustomProfileEntryPattern? = null, words: List<String>? = null)