Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ReportSummary.
The additional information for an audit operation.
Generated from protobuf message google.cloud.auditmanager.v1.ReportSummary
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
getTotalCount
Total number of checks.
int
setTotalCount
Total number of checks.
var
int
$this
getCompliantCount
Number of compliant checks.
int
setCompliantCount
Number of compliant checks.
var
int
$this
getViolationCount
Number of checks with violations.
int
setViolationCount
Number of checks with violations.
var
int
$this
getManualReviewNeededCount
Number of checks with "manual review needed" status.
int
setManualReviewNeededCount
Number of checks with "manual review needed" status.
var
int
$this
getErrorCount
Number of checks that could not be performed due to errors.
int
setErrorCount
Number of checks that could not be performed due to errors.
var
int
$this

