Show / Hide Table of Contents

Class GooglePrivacyDlpV2InfoTypeTransformations

A type of transformation that will scan unstructured text and apply various PrimitiveTransformations to each finding, where the transformation is applied to only values that were identified as a specific info_type.

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

Properties

ETag

The ETag of the item.

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

Transformations

Required. Transformation for each infoType. Cannot specify more than one for a given infoType.

Declaration
[JsonProperty("transformations")]
public virtual IList<GooglePrivacyDlpV2InfoTypeTransformation> Transformations { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2InfoTypeTransformation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX