Class GooglePrivacyDlpV2InspectResult
All the findings for a single scanned item.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Findings
List of findings for an item.
Declaration
[JsonProperty("findings")]
public virtual IList<GooglePrivacyDlpV2Finding> Findings { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2Finding> |
FindingsTruncated
If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.
Declaration
[JsonProperty("findingsTruncated")]
public virtual bool? FindingsTruncated { get; set; }
Property Value
Type | Description |
---|---|
bool? |