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