GooglePrivacyDlpV2InspectionRuleArgs

data class GooglePrivacyDlpV2InspectionRuleArgs(val exclusionRule: Output<GooglePrivacyDlpV2ExclusionRuleArgs>? = null, val hotwordRule: Output<GooglePrivacyDlpV2HotwordRuleArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2InspectionRuleArgs>

A single inspection rule to be applied to infoTypes, specified in InspectionRuleSet.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

Exclusion rule.

Link copied to clipboard

Hotword-based detection rule.