google_api_dlp v0.9.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 (GooglePrivacyDlpV2Dictionary): Dictionary which defines the rule. Defaults to:
null. - excludeInfoTypes (GooglePrivacyDlpV2ExcludeInfoTypes): Set of infoTypes for which findings would affect this rule. Defaults to:
null. matchingType (String.t): How the rule is applied, see MatchingType documentation for details. Defaults to:
null.- Enum - one of [MATCHING_TYPE_UNSPECIFIED, MATCHING_TYPE_FULL_MATCH, MATCHING_TYPE_PARTIAL_MATCH, MATCHING_TYPE_INVERSE_MATCH]
- regex (GooglePrivacyDlpV2Regex): Regular expression which defines the rule. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule{
dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t(),
excludeInfoTypes:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t(),
matchingType: any(),
regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule{
dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t(),
excludeInfoTypes:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t(),
matchingType: any(),
regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.