Class DlpRuleViolation
Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.
Inheritance
System.Object
DlpRuleViolation
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |