public sealed class CloudDlpInspection : IMessage<CloudDlpInspection>, IEquatable<CloudDlpInspection>, IDeepCloneable<CloudDlpInspection>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class CloudDlpInspection.
Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.
Implements
IMessageCloudDlpInspection, IEquatableCloudDlpInspection, IDeepCloneableCloudDlpInspection, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
CloudDlpInspection()
public CloudDlpInspection()
CloudDlpInspection(CloudDlpInspection)
public CloudDlpInspection(CloudDlpInspection other)
Parameter | |
---|---|
Name | Description |
other |
CloudDlpInspection |
Properties
FullScan
public bool FullScan { get; set; }
Whether Cloud DLP scanned the complete resource or a sampled subset.
Property Value | |
---|---|
Type | Description |
bool |
InfoType
public string InfoType { get; set; }
The type of information (or
infoType) found,
for example, EMAIL_ADDRESS
or STREET_ADDRESS
.
Property Value | |
---|---|
Type | Description |
string |
InfoTypeCount
public long InfoTypeCount { get; set; }
The number of times Cloud DLP found this infoType within this job and resource.
Property Value | |
---|---|
Type | Description |
long |
InspectJob
public string InspectJob { get; set; }
Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929
.
Property Value | |
---|---|
Type | Description |
string |
InspectJobAsDlpJobName
public DlpJobName InspectJobAsDlpJobName { get; set; }
DlpJobName-typed view over the InspectJob resource name property.
Property Value | |
---|---|
Type | Description |
DlpJobName |