ZeroTrustDlpCustomProfileEntry

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val words: List<String>? = null