DlpCustomProfileSharedEntryArgs

data class DlpCustomProfileSharedEntryArgs(val enabled: Output<Boolean>, val entryId: Output<String>, val entryType: Output<String>) : ConvertibleToJava<DlpCustomProfileSharedEntryArgs>

Constructors

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

Properties

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

Available values: "custom".

Functions

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