google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FindingLimits View Source
Configuration to control the number of findings returned.
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() ], maxFindingsPerItem: integer(), maxFindingsPerRequest: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.