Class ReportSummary (0.1.0)

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

The additional information for an audit operation.

Attributes

Name Description
total_count int
Total number of checks.
compliant_count int
Number of compliant checks.
violation_count int
Number of checks with violations.
manual_review_needed_count int
Number of checks with "manual review needed" status.
error_count int
Number of checks that could not be performed due to errors.