FindingTypeStatistics¶
Structure Class¶
FindingTypeStatistics
dataclass
¶
Information about each finding type associated with the
groupedByFindingType statistics.
Attributes¶
finding_type
class-attribute
instance-attribute
¶
finding_type: str | None = None
Name of the finding type.
last_generated_at
class-attribute
instance-attribute
¶
last_generated_at: datetime | None = None
The timestamp at which this finding type was last generated in your environment.
total_findings
class-attribute
instance-attribute
¶
total_findings: int | None = None
The total number of findings associated with generated for each distinct finding type.