Get Zero Trust Dlp Predefined Profile Result
data class GetZeroTrustDlpPredefinedProfileResult(val accountId: String, val aiContextEnabled: Boolean, val allowedMatchCount: Int, val confidenceThreshold: String, val contextAwareness: GetZeroTrustDlpPredefinedProfileContextAwareness, val createdAt: String, val description: String, val entries: List<GetZeroTrustDlpPredefinedProfileEntry>, val id: String, val name: String, val ocrEnabled: Boolean, val openAccess: Boolean, val profileId: String, val type: String, val updatedAt: String)
A collection of values returned by getZeroTrustDlpPredefinedProfile.
Constructors
Link copied to clipboard
constructor(accountId: String, aiContextEnabled: Boolean, allowedMatchCount: Int, confidenceThreshold: String, contextAwareness: GetZeroTrustDlpPredefinedProfileContextAwareness, createdAt: String, description: String, entries: List<GetZeroTrustDlpPredefinedProfileEntry>, id: String, name: String, ocrEnabled: Boolean, openAccess: Boolean, profileId: String, type: String, updatedAt: String)
Properties
Link copied to clipboard
Link copied to clipboard
Related DLP policies will trigger when the match count exceeds the number set.
Link copied to clipboard
Available values: "low", "medium", "high", "very_high".
Link copied to clipboard
Scan the context of predefined entries to only return matches surrounded by keywords.
Link copied to clipboard
The description of the profile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether this profile can be accessed by anyone