Class RedactionConfig
Configuration to instruct how sensitive data should be handled.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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 |