Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlAssessmentDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::CloudControlAssessmentDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The cloud control assessment details for non-manual cloud controls.
Instance Attribute Summary collapse
-
#evaluation_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EvaluationState
readonly
Output only.
-
#findings_count ⇒ ::Integer
The number of findings for the cloud control.
Instance Attribute Details
#evaluation_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EvaluationState (readonly)
Returns Output only. The evaluation status of the cloud control.
421 422 423 424 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 421 class CloudControlAssessmentDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#findings_count ⇒ ::Integer
Returns The number of findings for the cloud control.
421 422 423 424 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 421 class CloudControlAssessmentDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |