Class ReportSummary (0.3.1)

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

Additional information about the number of checks that were made during an audit operation.

Attributes

Name Description
total_count int
Total number of evaluated checks.
compliant_count int
Number of compliant checks.
violation_count int
Number of checks with violations.
manual_review_needed_count int
Number of checks that require a manual review.
error_count int
Number of checks that can't be performed due to errors.