Class GooglePrivacyDlpV2TransformationDescription
A flattened description of a PrimitiveTransformation
or RecordSuppression
.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationDescription : IDirectResponseSchema
Properties
Condition
A human-readable string representation of the RecordCondition
corresponding to this transformation. Set if
a RecordCondition
was used to determine whether or not to apply this transformation. Examples: *
(age_field > 85) * (age_field <= 18) * (zip_field exists) * (zip_field == 01234)
&& (city_field != "Springville") * (zip_field == 01234) && (age_field
<= 18) && (city_field exists)
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
A description of the transformation. This is empty for a RECORD_SUPPRESSION, or is the output of calling
toString() on the PrimitiveTransformation
protocol buffer message for any other type of transformation.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
InfoType
Set if the transformation was limited to a specific InfoType
.
Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InfoType |
Type
The transformation type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |