Class InspectResult (3.2.4)

InspectResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

All the findings for a single scanned item. .. attribute:: findings

List of findings for an item.

:type: Sequence[google.cloud.dlp_v2.types.Finding]

Attribute

NameDescription
findings_truncated bool
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.