Class FindingLimits (1.0.0)

Configuration to control the number of findings returned. .. attribute:: max_findings_per_item

Max number of findings that will be returned for each item scanned. When set within InspectJobConfig, the maximum returned is 2000 regardless if this is set higher. When set within InspectContentRequest, this field is ignored.

Configuration of findings limit given for specified infoTypes.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > FindingLimits

Classes

InfoTypeLimit

Max findings configuration per infoType, per content item or long running DlpJob. .. attribute:: info_type

Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.