Class: Google::Cloud::CloudSecurityCompliance::V1::ObservationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::ObservationDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
The observation details for a finding.
Instance Attribute Summary collapse
-
#current_value ⇒ ::String
readonly
Output only.
-
#expected_value ⇒ ::String
Optional.
-
#guidance ⇒ ::String
readonly
Output only.
Instance Attribute Details
#current_value ⇒ ::String (readonly)
Returns Output only. The current value.
346 347 348 349 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 346 class ObservationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expected_value ⇒ ::String
Returns Optional. The expected value.
346 347 348 349 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 346 class ObservationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#guidance ⇒ ::String (readonly)
Returns Output only. Any guidance for the observation.
346 347 348 349 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 346 class ObservationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |