Audit Manager V1 API - Class Google::Cloud::AuditManager::V1::ReportSummary (v0.1.0)

Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::ReportSummary.

The 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) — Number of compliant checks.

#compliant_count=

def compliant_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of compliant checks.
Returns
  • (::Integer) — Number of compliant checks.

#error_count

def error_count() -> ::Integer
Returns
  • (::Integer) — Number of checks that could not be performed due to errors.

#error_count=

def error_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of checks that could not be performed due to errors.
Returns
  • (::Integer) — Number of checks that could not be performed due to errors.

#manual_review_needed_count

def manual_review_needed_count() -> ::Integer
Returns
  • (::Integer) — Number of checks with "manual review needed" status.

#manual_review_needed_count=

def manual_review_needed_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of checks with "manual review needed" status.
Returns
  • (::Integer) — Number of checks with "manual review needed" status.

#total_count

def total_count() -> ::Integer
Returns
  • (::Integer) — Total number of checks.

#total_count=

def total_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of checks.
Returns
  • (::Integer) — Total number of checks.

#violation_count

def violation_count() -> ::Integer
Returns
  • (::Integer) — Number of checks with violations.

#violation_count=

def violation_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of checks with violations.
Returns
  • (::Integer) — Number of checks with violations.