Google Cloud Security Compliance V1 Client - Class FrameworkComplianceSummaryView (0.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED

Value: 0

The 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: 1

Includes basic compliance metadata, but omits trend data.

Generated from protobuf enum FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC = 1;

FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL

Value: 2

Includes 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;