Show / Hide Table of Contents

Class GooglePrivacyDlpV2TransformationLocation

Specifies the location of a transformation.

Inheritance
object
GooglePrivacyDlpV2TransformationLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX