DlpCustomProfileContextAwarenessSkipArgs

data class DlpCustomProfileContextAwarenessSkipArgs(val files: Output<Boolean>) : ConvertibleToJava<DlpCustomProfileContextAwarenessSkipArgs>

Constructors

Link copied to clipboard
constructor(files: Output<Boolean>)

Properties

Link copied to clipboard
val files: Output<Boolean>

If the content type is a file, skip context analysis and return all matches.

Functions

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