Show / Hide Table of Contents

Class GooglePrivacyDlpV2TaggedField

A column with a semantic tag attached.

Inheritance
object
GooglePrivacyDlpV2TaggedField
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 GooglePrivacyDlpV2TaggedField : IDirectResponseSchema

Properties

CustomTag

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

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

Field

Required. Identifies the column.

Declaration
[JsonProperty("field")]
public virtual GooglePrivacyDlpV2FieldId Field { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FieldId

Inferred

If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data

Declaration
[JsonProperty("inferred")]
public virtual GoogleProtobufEmpty Inferred { get; set; }
Property Value
Type Description
GoogleProtobufEmpty

InfoType

A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.

Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InfoType

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX