Get Zero Trust Dlp Entry Result
data class GetZeroTrustDlpEntryResult(val accountId: String, val caseSensitive: Boolean, val confidence: GetZeroTrustDlpEntryConfidence, val createdAt: String, val enabled: Boolean, val entryId: String? = null, val id: String, val name: String, val pattern: GetZeroTrustDlpEntryPattern, val profileId: String, val secret: Boolean, val type: String, val updatedAt: String, val wordList: String)
A collection of values returned by getZeroTrustDlpEntry.
Constructors
Link copied to clipboard
constructor(accountId: String, caseSensitive: Boolean, confidence: GetZeroTrustDlpEntryConfidence, createdAt: String, enabled: Boolean, entryId: String? = null, id: String, name: String, pattern: GetZeroTrustDlpEntryPattern, profileId: String, secret: Boolean, type: String, updatedAt: String, wordList: String)