Google Cloud Data Loss Prevention v2 API - Class InspectDataSourceDetails (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectDataSourceDetails.

The results of an inspect DataSource job.

Inheritance

object > InspectDataSourceDetails

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InspectDataSourceDetails()

public InspectDataSourceDetails()

InspectDataSourceDetails(InspectDataSourceDetails)

public InspectDataSourceDetails(InspectDataSourceDetails other)
Parameter
NameDescription
otherInspectDataSourceDetails

Properties

RequestedOptions

public InspectDataSourceDetails.Types.RequestedOptions RequestedOptions { get; set; }

The configuration used for this job.

Property Value
TypeDescription
InspectDataSourceDetailsTypesRequestedOptions

Result

public InspectDataSourceDetails.Types.Result Result { get; set; }

A summary of the outcome of this inspection job.

Property Value
TypeDescription
InspectDataSourceDetailsTypesResult