Class InspectResult (3.9.1)

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

All the findings for a single scanned item.

Attributes

NameDescription
findings Sequence[google.cloud.dlp_v2.types.Finding]
List of findings for an item.
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.

Inheritance

builtins.object > proto.message.Message > InspectResult