Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2CloudDlpInspection

Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.

Inheritance
object
GoogleCloudSecuritycenterV2CloudDlpInspection
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.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2CloudDlpInspection : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FullScan

Whether Cloud DLP scanned the complete resource or a sampled subset.

Declaration
[JsonProperty("fullScan")]
public virtual bool? FullScan { get; set; }
Property Value
Type Description
bool?

InfoType

The type of information (or infoType) found, for example, EMAIL_ADDRESS or STREET_ADDRESS.

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

InfoTypeCount

The number of times Cloud DLP found this infoType within this job and resource.

Declaration
[JsonProperty("infoTypeCount")]
public virtual long? InfoTypeCount { get; set; }
Property Value
Type Description
long?

InspectJob

Name of the inspection job, for example, projects/123/locations/europe/dlpJobs/i-8383929.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX