Module: Google::Cloud::CloudSecurityCompliance::V1::FrameworkComplianceSummaryView
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
Specifies the view of the framework compliance summary to be returned. New values may be added in the future.
Constant Summary collapse
- FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED =
The default / unset value. The API will default to the BASIC view.
0- FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC =
Includes basic compliance metadata, but omits trend data.
1- FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL =
Includes all information, including [finding_count][google.cloud.cloudsecuritycompliance.v1main.FrameworkComplianceSummary.finding_count] and [controls_passing_trend][google.cloud.cloudsecuritycompliance.v1main.FrameworkComplianceSummary.controls_passing_trend]. Trend data is provided for the last 30 days.
2