google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule View Source
The rule that specifies conditions when findings of infoTypes specified in
InspectionRuleSet
are removed from results.
Attributes
dictionary
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t
, default:nil
) - Dictionary which defines the rule.excludeInfoTypes
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t
, default:nil
) - Set of infoTypes for which findings would affect this rule.matchingType
(type:String.t
, default:nil
) - How the rule is applied, see MatchingType documentation for details.regex
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t
, default:nil
) - Regular expression which defines the rule.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule{ dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t(), excludeInfoTypes: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t(), matchingType: String.t(), regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.