Show / Hide Table of Contents

Class RedactionConfig

Configuration to instruct how sensitive data should be handled.

Inheritance
object
RedactionConfig
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.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class RedactionConfig : IDirectResponseSchema

Properties

DeidentifyTemplate

Optional. DLP deidentify template name to instruct on how to de-identify content. Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

Declaration
[JsonProperty("deidentifyTemplate")]
public virtual string DeidentifyTemplate { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EnableRedaction

Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.

Declaration
[JsonProperty("enableRedaction")]
public virtual bool? EnableRedaction { get; set; }
Property Value
Type Description
bool?

InspectTemplate

Optional. DLP inspect template name to configure detection of sensitive data types. Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

Declaration
[JsonProperty("inspectTemplate")]
public virtual string InspectTemplate { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX