public sealed class AggregateFrameworkComplianceReportResponse : IMessage<AggregateFrameworkComplianceReportResponse>, IEquatable<AggregateFrameworkComplianceReportResponse>, IDeepCloneable<AggregateFrameworkComplianceReportResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class AggregateFrameworkComplianceReportResponse.
The response message for [AggregateFrameworkComplianceReport][].
Implements
IMessageAggregateFrameworkComplianceReportResponse, IEquatableAggregateFrameworkComplianceReportResponse, IDeepCloneableAggregateFrameworkComplianceReportResponse, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
AggregateFrameworkComplianceReportResponse()
public AggregateFrameworkComplianceReportResponse()AggregateFrameworkComplianceReportResponse(AggregateFrameworkComplianceReportResponse)
public AggregateFrameworkComplianceReportResponse(AggregateFrameworkComplianceReportResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregateFrameworkComplianceReportResponse |
Properties
AggregatedComplianceReports
public RepeatedField<AggregatedComplianceReport> AggregatedComplianceReports { get; }The list of aggregated compliance reports.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedComplianceReport |
|