Class GooglePrivacyDlpV2RecordTransformations
A type of transformation that is applied over structured data such as a table.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RecordTransformations : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldTransformations
Transform the record by applying various field transformations.
Declaration
[JsonProperty("fieldTransformations")]
public virtual IList<GooglePrivacyDlpV2FieldTransformation> FieldTransformations { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FieldTransformation> |
RecordSuppressions
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
Declaration
[JsonProperty("recordSuppressions")]
public virtual IList<GooglePrivacyDlpV2RecordSuppression> RecordSuppressions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2RecordSuppression> |