Class GooglePrivacyDlpV2SaveToGcsFindingsOutput
Collection of findings saved to a Cloud Storage bucket. This is used as the proto schema for textproto files created when specifying a cloud storage path to save Inspect findings.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2SaveToGcsFindingsOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Findings
List of findings.
Declaration
[JsonProperty("findings")]
public virtual IList<GooglePrivacyDlpV2Finding> Findings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePrivacyDlpV2Finding> |