google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet View Source
Rule 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.
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 Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet{
infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()],
rules: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.