Class GooglePrivacyDlpV2FindingLimits
Configuration to control the number of findings returned for inspection. This is not used for de-identification or data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2FindingLimits : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxFindingsPerInfoType
Configuration of findings limit given for specified infoTypes.
Declaration
[JsonProperty("maxFindingsPerInfoType")]
public virtual IList<GooglePrivacyDlpV2InfoTypeLimit> MaxFindingsPerInfoType { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2InfoTypeLimit> |
MaxFindingsPerItem
Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
Declaration
[JsonProperty("maxFindingsPerItem")]
public virtual int? MaxFindingsPerItem { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxFindingsPerRequest
Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
Declaration
[JsonProperty("maxFindingsPerRequest")]
public virtual int? MaxFindingsPerRequest { get; set; }
Property Value
Type | Description |
---|---|
int? |