google_api_dlp v0.9.0 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 ([GooglePrivacyDlpV2InfoType]): List of infoTypes this rule set is applied to. Defaults to:
null. - rules ([GooglePrivacyDlpV2InspectionRule]): Set of rules to be applied to infoTypes. The rules are applied in order. 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.GooglePrivacyDlpV2InspectionRuleSet{
infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()],
rules: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t()]
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet{
infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()],
rules: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t()]
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.