Class DlpRuleViolation
Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class DlpRuleViolation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RuleViolationInfo
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.
Declaration
[JsonProperty("ruleViolationInfo")]
public virtual RuleViolationInfo RuleViolationInfo { get; set; }
Property Value
Type | Description |
---|---|
RuleViolationInfo |