Show / Hide Table of Contents

Class GooglePrivacyDlpV2DataProfileFinding

Details about a piece of potentially sensitive information that was detected when the data resource was profiled.

Inheritance
object
GooglePrivacyDlpV2DataProfileFinding
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 GooglePrivacyDlpV2DataProfileFinding : IDirectResponseSchema

Properties

DataProfileResourceName

Resource name of the data profile associated with the finding.

Declaration
[JsonProperty("dataProfileResourceName")]
public virtual string DataProfileResourceName { get; set; }
Property Value
Type Description
string

DataSourceType

The type of the resource that was profiled.

Declaration
[JsonProperty("dataSourceType")]
public virtual GooglePrivacyDlpV2DataSourceType DataSourceType { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DataSourceType

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FindingId

A unique identifier for the finding.

Declaration
[JsonProperty("findingId")]
public virtual string FindingId { get; set; }
Property Value
Type Description
string

FullResourceName

The full resource name of the resource profiled for this finding.

Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type Description
string

Infotype

The type of content that might have been found.

Declaration
[JsonProperty("infotype")]
public virtual GooglePrivacyDlpV2InfoType Infotype { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InfoType

Location

Where the content was found.

Declaration
[JsonProperty("location")]
public virtual GooglePrivacyDlpV2DataProfileFindingLocation Location { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DataProfileFindingLocation

Quote

The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.

Declaration
[JsonProperty("quote")]
public virtual string Quote { get; set; }
Property Value
Type Description
string

QuoteInfo

Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.

Declaration
[JsonProperty("quoteInfo")]
public virtual GooglePrivacyDlpV2QuoteInfo QuoteInfo { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2QuoteInfo

ResourceVisibility

How broadly a resource has been shared.

Declaration
[JsonProperty("resourceVisibility")]
public virtual string ResourceVisibility { get; set; }
Property Value
Type Description
string

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Timestamp when the finding was detected.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX