View Source GoogleApi.AlertCenter.V1beta1.Model.DlpRuleViolation (google_api_alert_center v0.24.0)

Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.

Attributes

  • ruleViolationInfo (type: GoogleApi.AlertCenter.V1beta1.Model.RuleViolationInfo.t, default: nil) - Details about the violated DLP rule. Admins can use the predefined detectors provided by Google Cloud DLP https://cloud.google.com/dlp/ when setting up a DLP rule. Matched Cloud DLP detectors in this violation if any will be captured in the MatchInfo.predefined_detector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DlpRuleViolation{
  ruleViolationInfo:
    GoogleApi.AlertCenter.V1beta1.Model.RuleViolationInfo.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.