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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCloudDlpInspection\u003c/code\u003e class in the Security Command Center v2 API represents details about a Cloud Data Loss Prevention (Cloud DLP) inspection job that generated a finding.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities such as deep cloning and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudDlpInspection\u003c/code\u003e class contains properties like \u003ccode\u003eFullScan\u003c/code\u003e, \u003ccode\u003eInfoType\u003c/code\u003e, \u003ccode\u003eInfoTypeCount\u003c/code\u003e, and \u003ccode\u003eInspectJob\u003c/code\u003e, which provide insights into the DLP inspection results, such as the completeness of the scan, type of information found, and job details.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the \u003ccode\u003eCloudDlpInspection\u003c/code\u003e available in this reference, the latest (1.1.0) and version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor, and one that takes a CloudDlpInspection object as an argument.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class CloudDlpInspection (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudDlpInspection)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.CloudDlpInspection)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.CloudDlpInspection) \n\n public sealed class CloudDlpInspection : IMessage\u003cCloudDlpInspection\u003e, IEquatable\u003cCloudDlpInspection\u003e, IDeepCloneable\u003cCloudDlpInspection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class CloudDlpInspection.\n\nDetails about the Cloud Data Loss Prevention (Cloud DLP) [inspection\njob](https://cloud.google.com/dlp/docs/concepts-job-triggers) that produced\nthe finding. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudDlpInspection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CloudDlpInspection](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudDlpInspection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CloudDlpInspection](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudDlpInspection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CloudDlpInspection](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudDlpInspection), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### CloudDlpInspection()\n\n public CloudDlpInspection()\n\n### CloudDlpInspection(CloudDlpInspection)\n\n public CloudDlpInspection(CloudDlpInspection other)\n\nProperties\n----------\n\n### FullScan\n\n public bool FullScan { get; set; }\n\nWhether Cloud DLP scanned the complete resource or a sampled subset.\n\n### InfoType\n\n public string InfoType { get; set; }\n\nThe type of information (or\n*[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)* ) found,\nfor example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.\n\n### InfoTypeCount\n\n public long InfoTypeCount { get; set; }\n\nThe number of times Cloud DLP found this infoType within this job\nand resource.\n\n### InspectJob\n\n public string InspectJob { get; set; }\n\nName of the inspection job, for example,\n`projects/123/locations/europe/dlpJobs/i-8383929`.\n\n### InspectJobAsDlpJobName\n\n public DlpJobName InspectJobAsDlpJobName { get; set; }\n\n[DlpJobName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.DlpJobName)-typed view over the [InspectJob](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudDlpInspection#Google_Cloud_SecurityCenter_V2_CloudDlpInspection_InspectJob) resource name property."]]