Google Cloud Data Loss Prevention v2 API - Class Finding (4.16.0)

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

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

Represents a piece of potentially sensitive content.

Inheritance

object > Finding

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Finding()

public Finding()

Finding(Finding)

public Finding(Finding other)
Parameter
Name Description
other Finding

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Timestamp when finding was detected.

Property Value
Type Description
Timestamp

FindingId

public string FindingId { get; set; }

The unique finding id.

Property Value
Type Description
string

FindingName

public FindingName FindingName { get; set; }

FindingName-typed view over the Name resource name property.

Property Value
Type Description
FindingName

InfoType

public InfoType InfoType { get; set; }

The type of content that might have been found. Provided if excluded_types is false.

Property Value
Type Description
InfoType

JobCreateTime

public Timestamp JobCreateTime { get; set; }

Time the job started that produced this finding.

Property Value
Type Description
Timestamp

JobName

public string JobName { get; set; }

The job that stored the finding.

Property Value
Type Description
string

JobNameAsDlpJobName

public DlpJobName JobNameAsDlpJobName { get; set; }

DlpJobName-typed view over the JobName resource name property.

Property Value
Type Description
DlpJobName

Labels

public MapField<string, string> Labels { get; }

The labels associated with this Finding.

Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?.

Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.

No more than 10 labels can be associated with a given finding.

Examples:

  • "environment" : "production"
  • "pipeline" : "etl"
Property Value
Type Description