Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkComplianceSummaryView.
Specifies the view of the framework compliance summary to be returned.
New values may be added in the future.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceSummaryView
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED
Value: 0The default / unset value. The API will default to the BASIC view.
Generated from protobuf enum FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED = 0;
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC
Value: 1Includes basic compliance metadata, but omits trend data.
Generated from protobuf enum FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC = 1;
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL
Value: 2Includes all information, including finding_count and controls_passing_trend.
Trend data is provided for the last 30 days.
Generated from protobuf enum FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL = 2;