Get Zero Trust Dlp Predefined Profile Entry
data class GetZeroTrustDlpPredefinedProfileEntry(val caseSensitive: Boolean, val confidence: GetZeroTrustDlpPredefinedProfileEntryConfidence, val createdAt: String, val enabled: Boolean, val id: String, val name: String, val pattern: GetZeroTrustDlpPredefinedProfileEntryPattern, val profileId: String, val secret: Boolean, val type: String, val updatedAt: String, val wordList: String)
Constructors
Link copied to clipboard
constructor(caseSensitive: Boolean, confidence: GetZeroTrustDlpPredefinedProfileEntryConfidence, createdAt: String, enabled: Boolean, id: String, name: String, pattern: GetZeroTrustDlpPredefinedProfileEntryPattern, profileId: String, secret: Boolean, type: String, updatedAt: String, wordList: String)