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
object
DataLossPreventionMetadata
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.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
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
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX