Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ReportSummary.
Additional information for an audit operation.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ReportSummary
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ total_count
int
Output only. The total number of checks.
↳ compliant_count
int
Output only. The number of compliant checks.
↳ violation_count
int
Output only. The number of checks with violations.
↳ manual_review_needed_count
int
Output only. The number of checks with "manual review needed" status.
↳ error_count
int
Output only. The number of checks that can't be performed due to errors.
getTotalCount
Output only. The total number of checks.
int
setTotalCount
Output only. The total number of checks.
var
int
$this
getCompliantCount
Output only. The number of compliant checks.
int
setCompliantCount
Output only. The number of compliant checks.
var
int
$this
getViolationCount
Output only. The number of checks with violations.
int
setViolationCount
Output only. The number of checks with violations.
var
int
$this
getManualReviewNeededCount
Output only. The number of checks with "manual review needed" status.
int
setManualReviewNeededCount
Output only. The number of checks with "manual review needed" status.
var
int
$this
getErrorCount
Output only. The number of checks that can't be performed due to errors.
int
setErrorCount
Output only. The number of checks that can't be performed due to errors.
var
int
$this

