DlpPredefinedProfileContextAwarenessArgs

data class DlpPredefinedProfileContextAwarenessArgs(val enabled: Output<Boolean>, val skip: Output<DlpPredefinedProfileContextAwarenessSkipArgs>) : ConvertibleToJava<DlpPredefinedProfileContextAwarenessArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, skip: Output<DlpPredefinedProfileContextAwarenessSkipArgs>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

If true, scan the context of predefined entries to only return matches surrounded by keywords.

Link copied to clipboard

Content types to exclude from context analysis and return all matches.

Functions

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