GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet (google_api_dlp v0.54.0)
View SourceRule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Attributes
-
infoTypes(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t), default:nil) - List of infoTypes this rule set is applied to. -
rules(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t), default:nil) - Set of rules to be applied to infoTypes. The rules are applied in order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet{ infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()] | nil, rules: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t()] | nil }