Class: Google::Cloud::CloudSecurityCompliance::V1::FindingDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::FindingDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
The details for a finding.
Instance Attribute Summary collapse
-
#compliance_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState
readonly
Output only.
-
#evidence ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EvidenceDetails
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#observation ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ObservationDetails
readonly
Output only.
Instance Attribute Details
#compliance_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState (readonly)
Returns Output only. The compliance state of the finding.
331 332 333 334 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 331 class FindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evidence ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EvidenceDetails (readonly)
Returns Output only. The evidence details for the finding.
331 332 333 334 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 331 class FindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The name of the finding.
331 332 333 334 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 331 class FindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#observation ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ObservationDetails (readonly)
Returns Output only. The observation details for the finding.
331 332 333 334 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 331 class FindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |