Class: Google::Cloud::CloudSecurityCompliance::V1::EvidenceDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::EvidenceDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
The evidence details for a finding.
Instance Attribute Summary collapse
-
#evidence_path ⇒ ::String
readonly
Output only.
-
#resource ⇒ ::String
readonly
Output only.
-
#service ⇒ ::String
readonly
Output only.
Instance Attribute Details
#evidence_path ⇒ ::String (readonly)
Returns Output only. The path to the evidence.
361 362 363 364 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 361 class EvidenceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String (readonly)
Returns Output only. The resource identifier.
361 362 363 364 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 361 class EvidenceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String (readonly)
Returns Output only. The service identifier.
361 362 363 364 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 361 class EvidenceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |