Class: Google::Cloud::CloudSecurityCompliance::V1::ReportSummary
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::ReportSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
Additional information for an audit operation.
Instance Attribute Summary collapse
-
#compliant_count ⇒ ::Integer
readonly
Output only.
-
#error_count ⇒ ::Integer
readonly
Output only.
-
#manual_review_needed_count ⇒ ::Integer
readonly
Output only.
-
#total_count ⇒ ::Integer
readonly
Output only.
-
#violation_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#compliant_count ⇒ ::Integer (readonly)
Returns Output only. The number of compliant checks.
87 88 89 90 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 87 class ReportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_count ⇒ ::Integer (readonly)
Returns Output only. The number of checks that can't be performed due to errors.
87 88 89 90 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 87 class ReportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manual_review_needed_count ⇒ ::Integer (readonly)
Returns Output only. The number of checks with "manual review needed" status.
87 88 89 90 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 87 class ReportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_count ⇒ ::Integer (readonly)
Returns Output only. The total number of checks.
87 88 89 90 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 87 class ReportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#violation_count ⇒ ::Integer (readonly)
Returns Output only. The number of checks with violations.
87 88 89 90 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 87 class ReportSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |