Show / Hide Table of Contents

Class GooglePrivacyDlpV2DeidentifyContentRequest

Request to de-identify a ContentItem.

Inheritance
object
GooglePrivacyDlpV2DeidentifyContentRequest
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.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DeidentifyContentRequest : IDirectResponseSchema

Properties

DeidentifyConfig

Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

Declaration
[JsonProperty("deidentifyConfig")]
public virtual GooglePrivacyDlpV2DeidentifyConfig DeidentifyConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeidentifyConfig

DeidentifyTemplateName

Template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

Declaration
[JsonProperty("deidentifyTemplateName")]
public virtual string DeidentifyTemplateName { 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

InspectConfig

Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.

Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InspectConfig

InspectTemplateName

Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

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

Item

The item to de-identify. Will be treated as text. This value must be of type Table if your deidentify_config is a RecordTransformations object.

Declaration
[JsonProperty("item")]
public virtual GooglePrivacyDlpV2ContentItem Item { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ContentItem

LocationId

Deprecated. This field has no effect.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX