Zero Trust Dlp Profile Entry Args
data class ZeroTrustDlpProfileEntryArgs(val enabled: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>, val pattern: Output<ZeroTrustDlpProfileEntryPatternArgs>? = null) : ConvertibleToJava<ZeroTrustDlpProfileEntryArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, id: Output<String>? = null, name: Output<String>, pattern: Output<ZeroTrustDlpProfileEntryPatternArgs>? = null)