Audit Manager v1 API - Class ReportSummary (1.2.0)

public sealed class ReportSummary : IMessage<ReportSummary>, IEquatable<ReportSummary>, IDeepCloneable<ReportSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Audit Manager v1 API class ReportSummary.

Additional information about the number of checks that were made during an audit operation.

Inheritance

object > ReportSummary

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Constructors

ReportSummary()

public ReportSummary()

ReportSummary(ReportSummary)

public ReportSummary(ReportSummary other)
Parameter
Name Description
other ReportSummary

Properties

CompliantCount

public int CompliantCount { get; set; }

Number of compliant checks.

Property Value
Type Description
int

ErrorCount

public int ErrorCount { get; set; }

Number of checks that can't be performed due to errors.

Property Value
Type Description
int

ManualReviewNeededCount

public int ManualReviewNeededCount { get; set; }

Number of checks that require a manual review.

Property Value
Type Description
int

TotalCount

public int TotalCount { get; set; }

Total number of evaluated checks.

Property Value
Type Description
int

ViolationCount

public int ViolationCount { get; set; }

Number of checks with violations.

Property Value
Type Description
int