GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule (google_api_dlp v0.41.0) 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() | nil, excludeInfoTypes: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t() | nil, matchingType: String.t() | nil, regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.