Class: Google::Cloud::CloudSecurityCompliance::V1::AggregatedComplianceReport
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::AggregatedComplianceReport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The aggregated compliance report.
Instance Attribute Summary collapse
-
#control_assessment_details ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ControlAssessmentDetails
The control assessment details of the framework.
-
#report_time ⇒ ::Google::Protobuf::Timestamp
The report time of the aggregated compliance report.
Instance Attribute Details
#control_assessment_details ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ControlAssessmentDetails
Returns The control assessment details of the framework.
445 446 447 448 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 445 class AggregatedComplianceReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_time ⇒ ::Google::Protobuf::Timestamp
Returns The report time of the aggregated compliance report.
445 446 447 448 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 445 class AggregatedComplianceReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |