ZeroTrustDlpCustomProfileProfileEntryPatternArgs

data class ZeroTrustDlpCustomProfileProfileEntryPatternArgs(val regex: Output<String>, val validation: Output<String>? = null) : ConvertibleToJava<ZeroTrustDlpCustomProfileProfileEntryPatternArgs>

Constructors

constructor(regex: Output<String>, validation: Output<String>? = null)

Properties

Link copied to clipboard
val regex: Output<String>
Link copied to clipboard
val validation: Output<String>? = null

Available values: "luhn".

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustDlpCustomProfileProfileEntryPatternArgs