GetZeroTrustDlpEntryResult

data class GetZeroTrustDlpEntryResult(val accountId: String, 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, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val entryId: String? = null
Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Available values: "custom".

Link copied to clipboard
Link copied to clipboard