Show / Hide Table of Contents

Class GooglePrivacyDlpV2Finding

Represents a piece of potentially sensitive content.

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

Properties

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Timestamp when finding was detected.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

The unique finding id.

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

InfoType

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

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

JobCreateTime

object representation of JobCreateTimeRaw.

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

JobCreateTimeDateTimeOffset

DateTimeOffset representation of JobCreateTimeRaw.

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

JobCreateTimeRaw

Time the job started that produced this finding.

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

JobName

The job that stored the finding.

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

Labels

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"

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Likelihood

Confidence of how likely it is that the info_type is correct.

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

Location

Where the content was found.

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

Name

Resource name in format projects/{project}/locations/{location}/findings/{finding} Populated only when viewing persisted findings.

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

Quote

The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if include_quote is true and the finding is less than or equal to 4096 bytes long. 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. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.

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

ResourceName

The job that stored the finding.

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

TriggerName

Job trigger name, if applicable, for this finding.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX