Class GooglePrivacyDlpV2RecordTransformation
The field in a record to transform.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RecordTransformation : IDirectResponseSchema
Properties
ContainerTimestamp
object representation of ContainerTimestampRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ContainerTimestampDateTimeOffset instead.")]
public virtual object ContainerTimestamp { get; set; }
Property Value
Type | Description |
---|---|
object |
ContainerTimestampDateTimeOffset
DateTimeOffset representation of ContainerTimestampRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ContainerTimestampDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ContainerTimestampRaw
Findings container modification timestamp, if applicable.
Declaration
[JsonProperty("containerTimestamp")]
public virtual string ContainerTimestampRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ContainerVersion
Container version, if available ("generation" for Cloud Storage).
Declaration
[JsonProperty("containerVersion")]
public virtual string ContainerVersion { 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 |
FieldId
For record transformations, provide a field.
Declaration
[JsonProperty("fieldId")]
public virtual GooglePrivacyDlpV2FieldId FieldId { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2FieldId |