DlpPredefinedProfileEntryArgs

data class DlpPredefinedProfileEntryArgs(val enabled: Output<Boolean>, val id: Output<String>) : ConvertibleToJava<DlpPredefinedProfileEntryArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, id: Output<String>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>
Link copied to clipboard
val id: Output<String>

Functions

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