Class: Google::Cloud::CloudSecurityCompliance::V1::ReportSummary

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#compliant_count::Integer (readonly)

Returns Output only. The number of compliant checks.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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