Class GooglePrivacyDlpV2TransformationLocation
Specifies the location of a transformation.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationLocation : IDirectResponseSchema
Properties
ContainerType
Information about the functionality of the container where this finding occurred, if available.
Declaration
[JsonProperty("containerType")]
public virtual string ContainerType { 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 |
FindingId
For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated. Each findings ID correlates to an entry in the findings output table, this table only gets created when users specify to save findings (add the save findings action to the request).
Declaration
[JsonProperty("findingId")]
public virtual string FindingId { get; set; }
Property Value
Type | Description |
---|---|
string |
RecordTransformation
For record transformations, provide a field and container information.
Declaration
[JsonProperty("recordTransformation")]
public virtual GooglePrivacyDlpV2RecordTransformation RecordTransformation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2RecordTransformation |