Dlp Custom Profile Profile Entry Args
data class DlpCustomProfileProfileEntryArgs(val enabled: Output<Boolean>, val name: Output<String>, val pattern: Output<DlpCustomProfileProfileEntryPatternArgs>? = null, val words: Output<List<String>>? = null) : ConvertibleToJava<DlpCustomProfileProfileEntryArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>, name: Output<String>, pattern: Output<DlpCustomProfileProfileEntryPatternArgs>? = null, words: Output<List<String>>? = null)