public sealed class ReportSummary : IMessage<ReportSummary>, IEquatable<ReportSummary>, IDeepCloneable<ReportSummary>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class ReportSummary.
The additional information for an audit operation.
Implements
IMessageReportSummary, IEquatableReportSummary, IDeepCloneableReportSummary, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
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 |
|