Class CloudDlpInspection
Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class CloudDlpInspection : 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 |