DlpProfileEntry

data class DlpProfileEntry(val enabled: Boolean? = null, val id: String? = null, val name: String, val pattern: DlpProfileEntryPattern? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, id: String? = null, name: String, pattern: DlpProfileEntryPattern? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether the entry is active. Defaults to false.

Link copied to clipboard
val id: String? = null

Unique entry identifier.

Link copied to clipboard

Name of the entry to deploy.

Link copied to clipboard