Class FindingTypeStats (1.9.1)

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

A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.

Attributes

NameDescription
finding_type str
The finding type associated with the stats.
finding_count int
The count of findings belonging to this finding type.

Inheritance

builtins.object > proto.message.Message > FindingTypeStats