Audit Manager v1 API - Class ReportSummary (1.0.0-beta01)

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.

The additional information for 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 could not be performed due to errors.

Property Value
Type Description
int

ManualReviewNeededCount

public int ManualReviewNeededCount { get; set; }

Number of checks with "manual review needed" status.

Property Value
Type Description
int

TotalCount

public int TotalCount { get; set; }

Total number of checks.

Property Value
Type Description
int

ViolationCount

public int ViolationCount { get; set; }

Number of checks with violations.

Property Value
Type Description
int