Show / Hide Table of Contents

Class DlpRuleViolation

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

Inheritance
object
DlpRuleViolation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX