public sealed class ReportSummary : IMessage<ReportSummary>, IEquatable<ReportSummary>, IDeepCloneable<ReportSummary>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class ReportSummary.
Additional information for an audit operation.
Implements
IMessageReportSummary, IEquatableReportSummary, IDeepCloneableReportSummary, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ReportSummary()
public ReportSummary()ReportSummary(ReportSummary)
public ReportSummary(ReportSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummary |
Properties
CompliantCount
public int CompliantCount { get; set; }Output only. The number of compliant checks.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ErrorCount
public int ErrorCount { get; set; }Output only. The number of checks that can't be performed due to errors.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ManualReviewNeededCount
public int ManualReviewNeededCount { get; set; }Output only. The number of checks with "manual review needed" status.
| Property Value | |
|---|---|
| Type | Description |
int |
|
TotalCount
public int TotalCount { get; set; }Output only. The total number of checks.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ViolationCount
public int ViolationCount { get; set; }Output only. The number of checks with violations.
| Property Value | |
|---|---|
| Type | Description |
int |
|