GetZeroTrustDlpCustomProfileResult

data class GetZeroTrustDlpCustomProfileResult(val accountId: String, val aiContextEnabled: Boolean, val allowedMatchCount: Int, val confidenceThreshold: String, val contextAwareness: GetZeroTrustDlpCustomProfileContextAwareness, val createdAt: String, val description: String, val entries: List<GetZeroTrustDlpCustomProfileEntry>, 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 getZeroTrustDlpCustomProfile.

Constructors

Link copied to clipboard
constructor(accountId: String, aiContextEnabled: Boolean, allowedMatchCount: Int, confidenceThreshold: String, contextAwareness: GetZeroTrustDlpCustomProfileContextAwareness, createdAt: String, description: String, entries: List<GetZeroTrustDlpCustomProfileEntry>, id: String, name: String, ocrEnabled: Boolean, openAccess: Boolean, profileId: String, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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

When the profile was created

Link copied to clipboard

The description of the profile

Link copied to clipboard
Link copied to clipboard
val id: String

The id of the profile (uuid)

Link copied to clipboard

The name of the profile

Link copied to clipboard
Link copied to clipboard

Whether this profile can be accessed by anyone

Link copied to clipboard
Link copied to clipboard

Available values: "custom".

Link copied to clipboard

When the profile was lasted updated