Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ReportSummary.
Additional information for an audit operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compliant_count
def compliant_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of compliant checks.
#error_count
def error_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of checks that can't be performed due to errors.
#manual_review_needed_count
def manual_review_needed_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of checks with "manual review needed" status.
#total_count
def total_count() -> ::Integer
Returns
- (::Integer) — Output only. The total number of checks.
#violation_count
def violation_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of checks with violations.