Class: Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::PathNodeAssociatedFinding
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::PathNodeAssociatedFinding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/attack_path.rb
Overview
A finding that is associated with this node in the attack path.
Instance Attribute Summary collapse
-
#canonical_finding ⇒ ::String
Canonical name of the associated findings.
-
#finding_category ⇒ ::String
The additional taxonomy group within findings from a given source.
-
#name ⇒ ::String
Full resource name of the finding.
Instance Attribute Details
#canonical_finding ⇒ ::String
Returns Canonical name of the associated findings. Example:
organizations/123/sources/456/findings/789
.
77 78 79 80 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 77 class PathNodeAssociatedFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding_category ⇒ ::String
Returns The additional taxonomy group within findings from a given source.
77 78 79 80 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 77 class PathNodeAssociatedFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Full resource name of the finding.
77 78 79 80 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 77 class PathNodeAssociatedFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |