Google Cloud Data Loss Prevention v2 API - Class DataProfileFinding (4.17.0)

public sealed class DataProfileFinding : IMessage<DataProfileFinding>, IEquatable<DataProfileFinding>, IDeepCloneable<DataProfileFinding>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileFinding.

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

Inheritance

object > DataProfileFinding

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataProfileFinding()

public DataProfileFinding()

DataProfileFinding(DataProfileFinding)

public DataProfileFinding(DataProfileFinding other)
Parameter
Name Description
other DataProfileFinding

Properties

DataProfileResourceName

public string DataProfileResourceName { get; set; }

Resource name of the data profile associated with the finding.

Property Value
Type Description
string

FindingId

public string FindingId { get; set; }

A unique identifier for the finding.

Property Value
Type Description
string

Infotype

public InfoType Infotype { get; set; }

The type of content that might have been found.

Property Value
Type Description
InfoType

Location

public DataProfileFindingLocation Location { get; set; }

Where the content was found.

Property Value
Type Description
DataProfileFindingLocation

Quote

public string Quote { get; set; }

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.

Property Value
Type Description
string

QuoteInfo

public QuoteInfo QuoteInfo { get; set; }

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

Property Value
Type Description
QuoteInfo

ResourceVisibility

public ResourceVisibility ResourceVisibility { get; set; }

How broadly a resource has been shared.

Property Value
Type Description
ResourceVisibility

Timestamp

public Timestamp Timestamp { get; set; }

Timestamp when the finding was detected.

Property Value
Type Description
Timestamp