public sealed class InspectDataSourceDetails : IMessage<InspectDataSourceDetails>, IEquatable<InspectDataSourceDetails>, IDeepCloneable<InspectDataSourceDetails>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectDataSourceDetails.
The results of an inspect DataSource job.
Implements
IMessage<InspectDataSourceDetails>, IEquatable<InspectDataSourceDetails>, IDeepCloneable<InspectDataSourceDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectDataSourceDetails()
public InspectDataSourceDetails()InspectDataSourceDetails(InspectDataSourceDetails)
public InspectDataSourceDetails(InspectDataSourceDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InspectDataSourceDetails |
Properties
RequestedOptions
public InspectDataSourceDetails.Types.RequestedOptions RequestedOptions { get; set; }The configuration used for this job.
| Property Value | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Types.RequestedOptions |
|
Result
public InspectDataSourceDetails.Types.Result Result { get; set; }A summary of the outcome of this inspection job.
| Property Value | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Types.Result |
|