Google Cloud Security Command Center v1 API - Class CloudDlpInspection (3.15.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CloudDlpInspection.

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

Inheritance

object > CloudDlpInspection

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CloudDlpInspection()

public CloudDlpInspection()

CloudDlpInspection(CloudDlpInspection)

public CloudDlpInspection(CloudDlpInspection other)
Parameter
NameDescription
otherCloudDlpInspection

Properties

FullScan

public bool FullScan { get; set; }

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

Property Value
TypeDescription
bool

InfoType

public string InfoType { get; set; }

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

Property Value
TypeDescription
string

InfoTypeCount

public long InfoTypeCount { get; set; }

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

Property Value
TypeDescription
long

InspectJob

public string InspectJob { get; set; }

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

Property Value
TypeDescription
string

InspectJobAsDlpJobName

public DlpJobName InspectJobAsDlpJobName { get; set; }

DlpJobName-typed view over the InspectJob resource name property.

Property Value
TypeDescription
DlpJobName