DlpProfileEntryPattern

data class DlpProfileEntryPattern(val regex: String, val validation: String? = null)

Constructors

Link copied to clipboard
constructor(regex: String, validation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The regex that defines the pattern.

Link copied to clipboard
val validation: String? = null

The validation algorithm to apply with this pattern.