public enum FrameworkComplianceSummaryViewReference documentation and code samples for the Cloud Security Compliance v1 API enum FrameworkComplianceSummaryView.
Specifies the view of the framework compliance summary to be returned. New values may be added in the future.
Namespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Fields |
|
|---|---|
| Name | Description |
Basic |
Includes basic compliance metadata, but omits trend data. |
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. |
Unspecified |
The default / unset value. The API will default to the BASIC view. |