Class GooglePrivacyDlpV2InfoTypeTransformations
A type of transformation that will scan unstructured text and apply various PrimitiveTransformation
s to each
finding, where the transformation is applied to only values that were identified as a specific info_type.
Implements
Inherited Members
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> |