Prevention Job Trigger Inspect Job Inspect Config Rule Set Rule Args
data class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleArgs(val exclusionRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleArgs>? = null, val hotwordRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleArgs>
Constructors
Link copied to clipboard
constructor(exclusionRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleArgs>? = null, hotwordRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleArgs>? = null)
Properties
Link copied to clipboard
val exclusionRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleArgs>? = null
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results. Structure is documented below.
Link copied to clipboard
val hotwordRule: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleArgs>? = null
Hotword-based detection rule. Structure is documented below.