GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits (google_api_dlp v0.40.3) View Source
Configuration to control the number of findings returned. Cannot be set if de-identification is requested.
Attributes
-
maxFindingsPerInfoType(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t), default:nil) - Configuration of findings limit given for specified infoTypes. -
maxFindingsPerItem(type:integer(), default:nil) - Max number of findings that will be returned for each item scanned. When set withinInspectJobConfig, the maximum returned is 2000 regardless if this is set higher. When set withinInspectContentRequest, this field is ignored. -
maxFindingsPerRequest(type:integer(), default:nil) - Max number of findings that will be returned per request/job. When set withinInspectContentRequest, the maximum returned is 2000 regardless if this is set higher.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits{
maxFindingsPerInfoType:
[GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeLimit.t()] | nil,
maxFindingsPerItem: integer() | nil,
maxFindingsPerRequest: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.