Class GooglePrivacyDlpV2InspectDataSourceDetails
The results of an inspect DataSource job.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectDataSourceDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedOptions
The configuration used for this job.
Declaration
[JsonProperty("requestedOptions")]
public virtual GooglePrivacyDlpV2RequestedOptions RequestedOptions { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2RequestedOptions |
Result
A summary of the outcome of this inspection job.
Declaration
[JsonProperty("result")]
public virtual GooglePrivacyDlpV2Result Result { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Result |