Show / Hide Table of Contents

Class DataLossPreventionMetadata

Annotation metadata for Data Loss Prevention that pertains to DLP violation on message send or edit events. It is used for client -> BE communication and other downstream process in BE (e.g. storage and audit logging), and it should never be returned to the client.

Inheritance
System.Object
DataLossPreventionMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class DataLossPreventionMetadata : IDirectResponseSchema

Properties

DlpScanSummary

The DLP scan summary that should only be set after the message is scanned in the Chat backend.

Declaration
[JsonProperty("dlpScanSummary")]
public virtual DlpScanSummary DlpScanSummary { get; set; }
Property Value
Type Description
DlpScanSummary

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

WarnAcknowledged

Flag set by client on message resend to bypass WARN violation.

Declaration
[JsonProperty("warnAcknowledged")]
public virtual bool? WarnAcknowledged { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top