Reference documentation and code samples for the Google Cloud Ces V1 Client class RedactionConfig.
Configuration to instruct how sensitive data should be handled.
Generated from protobuf message google.cloud.ces.v1.RedactionConfig
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enable_redaction
bool
Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.
↳ inspect_template
string
Optional. DLP
inspect template name to configure detection of sensitive data types. Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
↳ deidentify_template
string
Optional. DLP
deidentify template name to instruct on how to de-identify content. Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
getEnableRedaction
Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.
bool
setEnableRedaction
Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.
var
bool
$this
getInspectTemplate
Optional. DLP inspect template name to configure detection of sensitive data types.
Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
string
setInspectTemplate
Optional. DLP inspect template name to configure detection of sensitive data types.
Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
var
string
$this
getDeidentifyTemplate
Optional. DLP deidentify template name to instruct on how to de-identify content.
Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
string
setDeidentifyTemplate
Optional. DLP deidentify template name to instruct on how to de-identify content.
Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
var
string
$this

