public enum FrameworkComplianceSummaryView extends Enum<FrameworkComplianceSummaryView> implements ProtocolMessageEnumSpecifies the view of the framework compliance summary to be returned. New values may be added in the future.
Protobuf enum google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceSummaryView
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC |
Includes basic compliance metadata, but omits trend data. |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_BASIC_VALUE |
Includes basic compliance metadata, but omits trend data. |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL |
Includes all information, including finding_count and controls_passing_trend. Trend data is provided for the last 30 days. |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_FULL_VALUE |
Includes all information, including finding_count and controls_passing_trend. Trend data is provided for the last 30 days. |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED |
The default / unset value. The API will default to the BASIC view. |
FRAMEWORK_COMPLIANCE_SUMMARY_VIEW_UNSPECIFIED_VALUE |
The default / unset value. The API will default to the BASIC view. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|