Class: Google::Cloud::CloudSecurityCompliance::V1::ObservationDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#current_value::String (readonly)

Returns Output only. The current value.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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