Zero Trust Dlp Profile Entry
data class ZeroTrustDlpProfileEntry(val enabled: Boolean? = null, val id: String? = null, val name: String, val pattern: ZeroTrustDlpProfileEntryPattern? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, id: String? = null, name: String, pattern: ZeroTrustDlpProfileEntryPattern? = null)